Skip to content

Commit

Permalink
Remove support for PHP < 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 9, 2018
1 parent 9c5e1a6 commit fb5161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"sort-packages": true
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.0",
"bshaffer/oauth2-server-php": "^1.9",
"chadicus/slim-oauth2-http": "^3.1",
"chadicus/psr-middleware": "^1.0",
Expand Down

0 comments on commit fb5161b

Please sign in to comment.