summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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/" }
+ }
+}