Skip to content

Commit 5b38ab0

Browse files
committed
Modernize type inference tests
1 parent a3b3976 commit 5b38ab0

31 files changed

+387
-874
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.1 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^0.12.83"
18+
"phpstan/phpstan": "^0.12.85"
1919
},
2020
"conflict": {
2121
"symfony/framework-bundle": "<3.0"
@@ -26,12 +26,12 @@
2626
"phpstan/phpstan-phpunit": "^0.12.16",
2727
"phpstan/phpstan-strict-rules": "^0.12.5",
2828
"phpunit/phpunit": "^7.5.20",
29-
"symfony/console": "^4.0",
30-
"symfony/config": "^4.2",
31-
"symfony/framework-bundle": "^4.0",
32-
"symfony/http-foundation": "^4.0",
33-
"symfony/messenger": "^4.2",
34-
"symfony/serializer": "^4.0"
29+
"symfony/console": "^4.0 || ^5.0",
30+
"symfony/config": "^4.2 || ^5.0",
31+
"symfony/framework-bundle": "^4.0 || ^5.0",
32+
"symfony/http-foundation": "^4.0 || ^5.0",
33+
"symfony/messenger": "^4.2 || ^5.0",
34+
"symfony/serializer": "^4.0 || ^5.0"
3535
},
3636
"config": {
3737
"platform": {

tests/Type/Symfony/Config/TreeBuilderTest.php

-211
This file was deleted.

0 commit comments

Comments
 (0)