Skip to content

Commit 1ce300e

Browse files
Update phpcr-shell to Symfony 7
1 parent c5e62c9 commit 1ce300e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "Shell for PHPCR",
44
"require": {
55
"php": "^8.0",
6-
"symfony/console": "^5.0 || ^6.0",
6+
"symfony/console": "^5.0 || ^6.0 || ^7.0",
77
"jackalope/jackalope": "^1.3.4",
88
"phpcr/phpcr": "^2.1",
9-
"phpcr/phpcr-utils": "^1.2",
10-
"symfony/finder": "^5.0 || ^6.0",
11-
"symfony/serializer": "^5.0 || ^6.0",
12-
"symfony/yaml": "^5.0 || ^6.0",
13-
"symfony/dependency-injection": "^5.0 || ^6.0",
14-
"symfony/expression-language": "^5.0 || ^6.0",
9+
"phpcr/phpcr-utils": "^1.2 || ^2.0",
10+
"symfony/finder": "^5.0 || ^6.0 || ^7.0",
11+
"symfony/serializer": "^5.0 || ^6.0 || ^7.0",
12+
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
13+
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0",
14+
"symfony/expression-language": "^5.0 || ^6.0 || ^7.0",
1515
"dantleech/glob-finder": "^1.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)