Skip to content

Commit e9aada7

Browse files
authored
Merge pull request #20 from maltehuebner/allow-symfony-8
Allow Symfony 8
2 parents 4ac20b5 + d1154a4 commit e9aada7

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)