Skip to content

Commit 89c62f4

Browse files
authored
Fix CI (#36)
* Fix CI * Fix applying constrain to invalid package * Also bump symfony/phpunit-bridge to ^5.4.32 to fix lowest * Ignore 11 indirect deprecations
1 parent c5d3789 commit 89c62f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
},
1717
"require-dev": {
1818
"symfony/framework-bundle": "^6.3|^7.0",
19-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
19+
"symfony/phpunit-bridge": "^5.4.32|^6.3.9|^7.0",
2020
"zenstruck/browser": "^1.4",
2121
"symfony/twig-bundle": "^5.4|^6.3|^7.0",
2222
"twig/twig": "^2.15|^3.0",
2323
"symfony/options-resolver": "^5.4|^6.3|^7.0"
2424
},
25+
"conflict": {
26+
"phpunit/phpunit": ">=10"
27+
},
2528
"minimum-stability": "dev",
2629
"autoload": {
2730
"psr-4": {

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<server name="APP_ENV" value="test" force="true" />
1616
<server name="SHELL_VERBOSITY" value="-1" />
1717
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
18-
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
18+
<server name="SYMFONY_PHPUNIT_VERSION" value="9.6" />
19+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[indirect]=11" />
1920
</php>
2021

2122
<testsuites>

0 commit comments

Comments
 (0)