mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Specifying versions of aspect-mock and goaop that should work on 5.4
This commit is contained in:
+4
-3
@@ -25,8 +25,7 @@
|
||||
"source": "https://github.com/ramsey/uuid"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"codeception/aspect-mock": "^1.0"
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"moontoast/math": "^1.1",
|
||||
@@ -35,7 +34,9 @@
|
||||
"squizlabs/php_codesniffer": "^2.3",
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.0",
|
||||
"satooshi/php-coveralls": "^0.6.1",
|
||||
"apigen/apigen": "^4.1"
|
||||
"apigen/apigen": "^4.1",
|
||||
"goaop/framework": "1.0.0-alpha.2",
|
||||
"codeception/aspect-mock": "1.0.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
||||
|
||||
Reference in New Issue
Block a user