Skip to content

Commit f11bdf6

Browse files
authored
Bumping to minimum of php 5.6
1 parent 7e004f5 commit f11bdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"homepage": "http://github.com/diablomedia/zf2-oauth2-server",
2020
"require": {
21-
"php": ">=5.5.0",
22-
"diablomedia/oauth2-server-zendhttp-bridge": "^1.0.0"
21+
"php": ">=5.6.0",
22+
"diablomedia/oauth2-server-zendhttp-bridge": "^2.0.0"
2323
},
2424
"autoload": {
2525
"psr-0": {"OAuth2Server": "src/"},

0 commit comments

Comments
 (0)