mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
support cross version phpunit (#92)
This commit is contained in:
+2
-4
@@ -10,15 +10,13 @@
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"platform": {"php": "7.4"}
|
||||
},
|
||||
"minimum-stability": "alpha",
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit":"^4.8.35|^5.6.3"
|
||||
"phpunit/phpunit":"^4.8.35||^5.6.3||^9.5",
|
||||
"yoast/phpunit-polyfills": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
||||
Reference in New Issue
Block a user