Skip to content

Commit 38f5b4b

Browse files
Test phpcr shell against forks
1 parent a06ebde commit 38f5b4b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

composer.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
{
22
"name": "phpcr/phpcr-shell",
33
"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+
],
418
"require": {
519
"php": "^8.0",
620
"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",
822
"phpcr/phpcr": "^2.1",
9-
"phpcr/phpcr-utils": "^1.2",
23+
"phpcr/phpcr-utils": "dev-enhancement/php-8-1-issues as 1.6.2",
1024
"symfony/finder": "^5.0 || ^6.0",
1125
"symfony/serializer": "^5.0 || ^6.0",
1226
"symfony/yaml": "^5.0 || ^6.0",
@@ -19,7 +33,7 @@
1933
"behat/behat": "^3.10",
2034
"phpspec/phpspec": "^7.2",
2135
"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",
2337
"phpspec/prophecy-phpunit": "^2.0"
2438
},
2539
"suggest": {

0 commit comments

Comments
 (0)