Skip to content

Commit 51d9154

Browse files
authored
Merge pull request #232 from phpcr/sf8
allow symfony 8
2 parents 10cfae6 + 707566e commit 51d9154

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.7.0
5+
-----
6+
7+
- Allow installation with Symfony 8.
8+
49
1.6.2
510
-----
611

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"require": {
55
"php": "^8.0",
66
"jackalope/jackalope": "^1.3.4 || ^2.0",
7-
"symfony/console": "^5.4 || ^6.4 || ^7.0",
7+
"symfony/console": "^5.4 || ^6.4 || ^7.0 || ^8.0",
88
"phpcr/phpcr": "^2.1",
99
"phpcr/phpcr-utils": "^1.2 || ^2.0",
10-
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
11-
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
12-
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
13-
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
14-
"symfony/expression-language": "^5.4 || ^6.4 || ^7.0",
10+
"symfony/finder": "^5.4 || ^6.4 || ^7.0 || ^8.0",
11+
"symfony/serializer": "^5.4 || ^6.4 || ^7.0 || ^8.0",
12+
"symfony/yaml": "^5.4 || ^6.4 || ^7.0 || ^8.0",
13+
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0 || ^8.0",
14+
"symfony/expression-language": "^5.4 || ^6.4 || ^7.0 || ^8.0",
1515
"dantleech/glob-finder": "^1.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)