diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 13:20:04 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 13:20:04 +0100 |
commit | b50851ad6a0e8ea136de5ef17bc7559ecd079b7d (patch) | |
tree | 22c450d24ad27f0bb006d858fc8934d8702406b6 | |
parent | 0f34cca749fade963acd014aff526067b00bc49e (diff) |
Adding composer.json
-rw-r--r-- | composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..bef8b8f7 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "comperio/PUB/prado", + "description": "Component Framework for PHP 5.", + "homepage": "http://www.pradosoft.com/", + "license": "BSD", + "require": { + "php": ">=5.2.4", + } +} |