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.
2 parents f97310b + 605e153 commit 98a64fcCopy full SHA for 98a64fc
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
# 2.6.2
4
5
+* Add support for Symfony 8.
6
* Test with PHP 8.4 and 8.5.
7
8
# 2.6.1
composer.json
@@ -18,9 +18,9 @@
18
"ext-json": "*",
19
"liip/metadata-parser": "^1.2",
20
"pnz/json-exception": "^1.0",
21
- "symfony/filesystem": "^4.4 || ^5.0 || ^6.0 || ^7.0",
22
- "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0",
23
- "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0 || ^7.0",
+ "symfony/filesystem": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
24
"twig/twig": "^2.7 || ^3.0"
25
},
26
"require-dev": {
0 commit comments