Skip to content

Commit

Permalink
Add solid composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel403 committed Jan 12, 2016
1 parent 65f4a1e commit 03b64f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/composer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"require": {
"php": "^5.6",
"slim/slim": "3.*@dev",
"slimphp-api/slim-eloquent": "*@dev",
"slimphp-api/slim-phinx": "*@dev",
"slimphp-api/slim-mvc": "*@dev"
"slimphp-api/slim-eloquent": "0.1.*",
"slimphp-api/slim-phinx": "0.1.*",
"slimphp-api/slim-mvc": "0.1.*"
},
"require-dev": {
"phpunit/phpunit": "4.*"
Expand Down

0 comments on commit 03b64f5

Please sign in to comment.