Skip to content

Commit

Permalink
Updated some composer packages, require PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
koelle25 committed Dec 8, 2017
1 parent c9b95b5 commit 8291241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"homepage": "https://github.com/koelle25/pst-stack",
"license": "MIT",
"require": {
"php": ">=5.3.0",
"php": ">=7.0.0",
"monolog/monolog": "^1.22",
"slim/slim": "^3.8",
"propel/propel": "~2.0@dev",
"ircmaxell/password-compat": "^1.0",
"respect/validation": "^1.1",
"slim/twig-view": "^2.2",
"slim/flash": "^0.2.0",
"hassankhan/config": "^0.10.0",
"slim/flash": "^0.4.0",
"hassankhan/config": "^0.11.2",
"slim/csrf": "^0.8.1",
"kanellov/slim-twig-flash": "^0.2.0",
"oscarotero/psr7-middlewares": "^3.20",
Expand Down

0 comments on commit 8291241

Please sign in to comment.