Skip to content

Commit

Permalink
Merge pull request #201 from ossinkine/issue-201
Browse files Browse the repository at this point in the history
Compose improvements
  • Loading branch information
markstory committed Apr 7, 2017
2 parents e23da8c + 2683cf8 commit 3d70b9a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 69 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"require": {
"php": ">=5.3.0",
"slim/slim": "2.6.3",
"slim/views": "0.1.0",
"slim/slim": "^2.6.3",
"slim/views": "^0.1.0",
"twig/twig": "~1.17",
"pimple/pimple": "1.0.2"
"pimple/pimple": "^1.0.2"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.0",
Expand Down

0 comments on commit 3d70b9a

Please sign in to comment.