mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Be more specific about PHP versions
We do not support PHP6 nor PHP8.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
"source": "https://github.com/ramsey/uuid"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"php": "^5.4 || ^7.0",
|
||||
"paragonie/random_compat": "^1.0|^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Reference in New Issue
Block a user