Skip to content

Commit a5af7c1

Browse files
authored
Merge pull request #23 from larowlan/symfony7
Update to symfony7
2 parents 591c906 + 2db796c commit a5af7c1

File tree

2 files changed

+337
-601
lines changed

2 files changed

+337
-601
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "library",
55
"require": {
66
"php": ">=8.0",
7-
"symfony/yaml": "^6",
8-
"symfony/console": "^6",
9-
"symfony/filesystem": "^6",
7+
"symfony/yaml": "^6 || ^7",
8+
"symfony/console": "^6 || ^7",
9+
"symfony/filesystem": "^6 || ^7",
1010
"dflydev/dot-access-data": "^3"
1111
},
1212
"license": "MIT",

0 commit comments

Comments
 (0)