File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpcr/phpcr-shell" ,
3
3
"description" : " Shell for PHPCR" ,
4
+ "repositories" : [
5
+ {
6
+ "type" : " vcs" ,
7
+ "url" : " git@github.com:alexander-schranz/jackalope-jackrabbit.git"
8
+ },
9
+ {
10
+ "type" : " vcs" ,
11
+ "url" : " git@github.com:alexander-schranz/phpcr-utils.git"
12
+ },
13
+ {
14
+ "type" : " vcs" ,
15
+ "url" : " git@github.com:alexander-schranz/jackalope.git"
16
+ }
17
+ ],
4
18
"require" : {
5
19
"php" : " ^8.0" ,
6
20
"symfony/console" : " ^5.0 || ^6.0" ,
7
- "jackalope/jackalope" : " ^1.3.4 " ,
21
+ "jackalope/jackalope" : " dev-enhancement/php-8-1-issuesas as 1.4.5 " ,
8
22
"phpcr/phpcr" : " ^2.1" ,
9
- "phpcr/phpcr-utils" : " ^1 .2" ,
23
+ "phpcr/phpcr-utils" : " dev-enhancement/php-8-1-issues as 1.6 .2" ,
10
24
"symfony/finder" : " ^5.0 || ^6.0" ,
11
25
"symfony/serializer" : " ^5.0 || ^6.0" ,
12
26
"symfony/yaml" : " ^5.0 || ^6.0" ,
19
33
"behat/behat" : " ^3.10" ,
20
34
"phpspec/phpspec" : " ^7.2" ,
21
35
"jackalope/jackalope-doctrine-dbal" : " ^1.3" ,
22
- "jackalope/jackalope-jackrabbit" : " ^ 1.4.3 " ,
36
+ "jackalope/jackalope-jackrabbit" : " dev-bugfix/content-type-parsing as 1.4.4 " ,
23
37
"phpspec/prophecy-phpunit" : " ^2.0"
24
38
},
25
39
"suggest" : {
You can’t perform that action at this time.
0 commit comments