Skip to content

Commit 98a64fc

Browse files
authored
Merge pull request #49 from liip/sf8
install with symfony 8
2 parents f97310b + 605e153 commit 98a64fc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# 2.6.2
44

5+
* Add support for Symfony 8.
56
* Test with PHP 8.4 and 8.5.
67

78
# 2.6.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"ext-json": "*",
1919
"liip/metadata-parser": "^1.2",
2020
"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",
21+
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
22+
"symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
23+
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
2424
"twig/twig": "^2.7 || ^3.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)