mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-05-02 04:03:27 +05:30
Updated minimum PHP requirement to 5.4+ to support future changes
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user