From 8676af3dd55bd58630a80354d7192f64d944047d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Apr 2016 15:47:32 +0200 Subject: php-phpspec-php-diff: add composer.json (1.0.2) --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5e91b0f --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "phpspec/php-diff", + "type": "library", + "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", + "license": "BSD-3-Clause", + + "authors": [ + { + "name": "Chris Boulton", + "homepage": "http://github.com/chrisboulton" + } + ], + + "autoload": { + "psr-0": { + "Diff": "lib/" + } + } +} -- cgit