Add composer.json, fixes #9

This commit is contained in:
Jordi Boggiano
2013-04-10 18:43:41 +02:00
parent 89841d8a6a
commit 96054c0c90
+23
View File
@@ -0,0 +1,23 @@
{
"name": "seld/php-console",
"description": "A console to quickly try and run PHP code in your browser",
"keywords": ["console", "php"],
"homepage": "http://github.com/Seldaek/php-console",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"require": {
"php": ">=5.2.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}