File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Shell for PHPCR" ,
4
4
"require" : {
5
5
"php" : " ^8.0" ,
6
- "symfony/console" : " ^5.0 || ^6.0" ,
6
+ "symfony/console" : " ^5.0 || ^6.0 || ^7.0 " ,
7
7
"jackalope/jackalope" : " ^1.3.4" ,
8
8
"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 " ,
15
15
"dantleech/glob-finder" : " ^1.0"
16
16
},
17
17
"require-dev" : {
You can’t perform that action at this time.
0 commit comments