Skip to content

Commit 061e1e1

Browse files
Remove forks and uses released versions
1 parent 92b6a30 commit 061e1e1

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

composer.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"name": "phpcr/phpcr-shell",
33
"description": "Shell for PHPCR",
4-
"repositories": [
5-
{
6-
"type": "vcs",
7-
"url": "git@github.com:alexander-schranz/phpcr-utils.git"
8-
},
9-
{
10-
"type": "vcs",
11-
"url": "git@github.com:alexander-schranz/jackalope.git"
12-
}
13-
],
144
"require": {
155
"php": "^8.0",
166
"symfony/console": "^5.0 || ^6.0",
17-
"jackalope/jackalope": "dev-enhancement/php-8-1-issues as 1.4.5",
7+
"jackalope/jackalope": "^1.3.4",
188
"phpcr/phpcr": "^2.1",
19-
"phpcr/phpcr-utils": "dev-enhancement/php-8-1-issues as 1.6.2",
9+
"phpcr/phpcr-utils": "^1.2",
2010
"symfony/finder": "^5.0 || ^6.0",
2111
"symfony/serializer": "^5.0 || ^6.0",
2212
"symfony/yaml": "^5.0 || ^6.0",
@@ -29,7 +19,7 @@
2919
"behat/behat": "^3.10",
3020
"phpspec/phpspec": "^7.2",
3121
"jackalope/jackalope-doctrine-dbal": "^1.3",
32-
"jackalope/jackalope-jackrabbit": "dev-master as 1.4.4",
22+
"jackalope/jackalope-jackrabbit": "^1.4.5",
3323
"phpspec/prophecy-phpunit": "^2.0"
3424
},
3525
"suggest": {

0 commit comments

Comments
 (0)