fix(composer): change phpunit rev

This commit is contained in:
Jérémy Dufraisse 2023-03-19 11:34:31 +01:00
parent 2dd0f53c44
commit 379c9ba842

View File

@ -37,11 +37,15 @@
"plugin-modifies-downloads": true "plugin-modifies-downloads": true
}, },
"config": { "config": {
"platform": {
"php": "8.0.0"
},
"platform-check": true,
"allow-plugins": { "allow-plugins": {
"topfloor/composer-cleanup-vcs-dirs": false "topfloor/composer-cleanup-vcs-dirs": false
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.0" "phpunit/phpunit": "^9.6"
} }
} }