Skip to content

Commit 49e9ff1

Browse files
committed
Upgrading PHPUnit to 8
1 parent 1adbbb0 commit 49e9ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"require-dev": {
3434
"symfony/security-bundle": "^4.1.9 | ^5",
3535
"symfony/yaml": "^4.1.9 | ^5",
36-
"phpunit/phpunit": "^7.5.1",
36+
"phpunit/phpunit": "^8.5.5",
3737
"phpstan/phpstan": "^0.12.25",
3838
"beberlei/porpaginas": "^1.2",
3939
"php-coveralls/php-coveralls": "^2.1.0",
40-
"symfony/phpunit-bridge": "^5.1"
40+
"symfony/phpunit-bridge": "^4.1.9 | ^5.1"
4141
},
4242
"scripts": {
4343
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"

0 commit comments

Comments
 (0)