Skip to content

Commit a8fc681

Browse files
authored
phpunit 12 (#164)
1 parent 594e173 commit a8fc681

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,11 @@ container:
347347

348348
## Version Guidance
349349

350-
| Version | Released | PHPUnit | Status |
351-
|---------|--------------|---------------|------------|
352-
| 6.x | Aug 8, 2024 | 10.5 and 11.x | Latest |
353-
| 5.x | Nov 22, 2023 | 9.6 and 10.x | Bugfixes |
354-
| 4.x | Mar 28, 2019 | 8.x and 9.x | Bugfixes |
355-
| 3.x | Mar 5, 2018 | 7.x | Bugfixes |
356-
| 2.x | May 9, 2017 | 6.x | Bugfixes |
357-
| 1.x | Jul 4, 2016 | 4.x and 5.x | EOL |
350+
| Version | Released | PHPUnit | Status |
351+
|---------|--------------|---------------------|------------|
352+
| 6.x | Aug 8, 2024 | 10.5, 11.x and 12.x | Latest |
353+
| 5.x | Nov 22, 2023 | 9.6 and 10.x | Bugfixes |
354+
| 4.x | Mar 28, 2019 | 8.x and 9.x | Bugfixes |
355+
| 3.x | Mar 5, 2018 | 7.x | Bugfixes |
356+
| 2.x | May 9, 2017 | 6.x | Bugfixes |
357+
| 1.x | Jul 4, 2016 | 4.x and 5.x | EOL |

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17-
"matthiasnoback/symfony-config-test": "^5.0",
18-
"phpunit/phpunit": "^10.5.11 || ^11.0",
19-
"sebastian/exporter": " ^5.0 || ^6.0",
17+
"matthiasnoback/symfony-config-test": "^5.0 || ^6.0",
18+
"phpunit/phpunit": "^10.5.11 || ^11.0 || ^12.0",
19+
"sebastian/exporter": " ^5.0 || ^6.0 || ^7.0",
2020
"symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0",
2121
"symfony/config": "^5.4 || ^6.2 || ^7.0",
2222
"symfony/yaml": "^5.4 || ^6.2 || ^7.0"

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" colors="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" colors="true">
33
<testsuites>
44
<testsuite name="SymfonyDependencyInjectionTest">
55
<directory>Tests</directory>

0 commit comments

Comments
 (0)