fix(composer): change phpunit rev

master
dufraissejeremy 2 years ago
parent 2dd0f53c44
commit 379c9ba842
  1. 6
      composer.json

@ -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"
} }
} }

Loading…
Cancel
Save