Skip to content

Commit d1154a4

Browse files
maltehuebnerclaude
andcommitted
Allow Symfony 8 in version constraints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ac20b5 commit d1154a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"require": {
55
"php": "^8.3",
66
"ruflin/elastica": "^7.0",
7-
"symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
8-
"symfony/validator": "^4.0|^5.0|^6.0|^7.0"
7+
"symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0|^8.0",
8+
"symfony/validator": "^4.0|^5.0|^6.0|^7.0|^8.0"
99

1010
},
1111
"suggest": {

0 commit comments

Comments
 (0)