Skip to content

Commit 694a929

Browse files
committed
Switch to using Symfony's PHPUnit Bridge
1 parent cd48730 commit 694a929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@
3737
"squizlabs/php_codesniffer": "^3.4.0"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3"
40+
"symfony/phpunit-bridge": "^5.1"
4141
},
4242
"scripts": {
4343
"test": [
4444
"@phpcs",
45+
"./vendor/bin/simple-phpunit",
4546
"make test"
4647
],
4748
"phpcs": "./vendor/bin/phpcs"

0 commit comments

Comments
 (0)