summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-15 15:20:56 +0200
committerRemi Collet <remi@remirepo.net>2017-05-15 15:20:56 +0200
commitfb1ff96e512a2eaa15ec07760565c8bc14e201de (patch)
treee7131dddb2d0039ee83d8bbc5923f90580668252 /composer.json
parent47beb6c3a9727f354666be67b5df7767401a9719 (diff)
sync with FedoraHEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 24 insertions, 0 deletions
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/" }
+ }
+}