mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 19:51:03 +05:30
Updated minimum PHP requirement to 5.4+ to support future changes
This commit is contained in:
parent
bacc9ce316
commit
2bd61f040b
@ -5,7 +5,7 @@
|
||||
"homepage": "https://github.com/php-loep/oauth2-server",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": ">=0.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user