Skip to content

Commit f642802

Browse files
authored
Merge pull request #133 from gndk/symfony-6
Allow Symfony 6.0
2 parents afd2291 + cfa6be7 commit f642802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"ext-dom": "*",
2525
"ext-json": "*",
2626
"phpunit/phpunit": "^8.3|^9.0",
27-
"symfony/property-access": "^4.0|^5.0",
28-
"symfony/serializer": "^4.0|^5.0",
29-
"symfony/yaml": "^4.0|^5.0"
27+
"symfony/property-access": "^4.0|^5.0|^6.0",
28+
"symfony/serializer": "^4.0|^5.0|^6.0",
29+
"symfony/yaml": "^4.0|^5.0|^6.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.1.0"

0 commit comments

Comments
 (0)