Skip to content

Commit 7dda73f

Browse files
committed
Ensure Symfony compatibility with 6.4+
1 parent ab54397 commit 7dda73f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ xefi_faker_symfony:
1414

1515
# Requirements
1616

17-
PHP 8.3+
18-
Symfony 6.4.x or 7.1.x
17+
PHP 8.3+
18+
Symfony 6.4+

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^8.3",
21-
"symfony/framework-bundle": "^6.4 || ^7.1",
22-
"symfony/yaml": "^7.1",
21+
"symfony/framework-bundle": "^6.4 || ^7.0 || ^7.1",
22+
"symfony/yaml": "^6.4 || ^7.0 || ^7.1",
2323
"xefi/faker-php": "^1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)