Skip to content

Commit 1c05fa0

Browse files
authored
Merge pull request acseo#50 from pierre-H/patch-2
Allow Symfony 6
2 parents 8af1546 + bfd891d commit 1c05fa0

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
@@ -12,15 +12,15 @@
1212
"require": {
1313
"php": "^7.4||^8.0",
1414
"doctrine/orm": "~2.8,>=2.8.0",
15-
"symfony/framework-bundle": "^3.4|^4.3|^5",
15+
"symfony/framework-bundle": "^3.4|^4.3|^5|^6.0",
1616
"symfony/http-client-contracts": "^1.0|^2.0",
1717
"typesense/typesense-php": "^4.1.0",
1818
"php-http/curl-client": "^2.2",
1919
"monolog/monolog": "^2.3",
20-
"symfony/property-access": "^3.4|^4.3|^5"
20+
"symfony/property-access": "^3.4|^4.3|^5|^6.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.0",
23+
"symfony/phpunit-bridge": "^5.0|^6.0",
2424
"phpunit/phpunit": "^9.5"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)