diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 13:27:13 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 13:27:13 +0100 |
commit | 77a1c5cd7307a88f8b50496626ba9bf1e41d6c4f (patch) | |
tree | ca96c53f9286763869c0fefe975192e5f365d257 /composer.json | |
parent | b50851ad6a0e8ea136de5ef17bc7559ecd079b7d (diff) |
Adding composer.json and autoload fix
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index bef8b8f7..dddbdfdf 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "homepage": "http://www.pradosoft.com/", "license": "BSD", "require": { - "php": ">=5.2.4", + "php": ">=5.2.4" } } |