We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54397 commit 7dda73fCopy full SHA for 7dda73f
README.md
@@ -14,5 +14,5 @@ xefi_faker_symfony:
14
15
# Requirements
16
17
-PHP 8.3+
18
-Symfony 6.4.x or 7.1.x
+PHP 8.3+
+Symfony 6.4+
composer.json
@@ -18,8 +18,8 @@
],
19
"require": {
20
"php": "^8.3",
21
- "symfony/framework-bundle": "^6.4 || ^7.1",
22
- "symfony/yaml": "^7.1",
+ "symfony/framework-bundle": "^6.4 || ^7.0 || ^7.1",
+ "symfony/yaml": "^6.4 || ^7.0 || ^7.1",
23
"xefi/faker-php": "^1"
24
},
25
"require-dev": {
0 commit comments