From fb1ff96e512a2eaa15ec07760565c8bc14e201de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 May 2017 15:20:56 +0200 Subject: sync with Fedora --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0c8c84f --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "sdboyer/gliph", + "description": "A graph library for PHP.", + "license": "MIT", + "keywords": ["gliph", "library", "php", "spl", "graph"], + "homepage": "http://github.com/sdboyer/gliph", + "type": "library", + "authors": [ + { + "name": "Sam Boyer", + "email": "tech@samboyer.org" + } + ], + "require": { + "php": ">=5.3" + }, + "require-dev": { + "satooshi/php-coveralls": "0.6.*", + "phpunit/phpunit": "3.7.*" + }, + "autoload": { + "psr-0": { "Gliph": "src/" } + } +} -- cgit