diff options
-rw-r--r-- | composer.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..4ca22c34 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "ciromattia/prado", + "description": "Component Framework for PHP 5.", + "homepage": "http://www.pradosoft.com/", + "license": "BSD", + "include-path": ["framework"], + "require": { + "php": ">=5.2.4" + }, + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "bin": ["framework/prado-cli", "framework/prado-cli.bat"] +} |