Try with a modified environment.
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Abel Hoogeveen 2020-05-15 18:30:06 +02:00
parent 29c3db2159
commit 9fa7145593
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292

View File

@ -22,6 +22,11 @@
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"fuzeworks/mvcr": "~1.2.0" "fuzeworks/mvcr": "~1.2.0"
}, },
"config": {
"platform": {
"ext-redis": "1"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"FuzeWorks\\Async\\": "src/FuzeWorks/Async" "FuzeWorks\\Async\\": "src/FuzeWorks/Async"