We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b814c commit 92b6a30Copy full SHA for 92b6a30
composer.json
@@ -2,10 +2,6 @@
2
"name": "phpcr/phpcr-shell",
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"
@@ -33,7 +29,7 @@
33
29
"behat/behat": "^3.10",
34
30
"phpspec/phpspec": "^7.2",
35
31
"jackalope/jackalope-doctrine-dbal": "^1.3",
36
- "jackalope/jackalope-jackrabbit": "dev-bugfix/content-type-parsing as 1.4.4",
32
+ "jackalope/jackalope-jackrabbit": "dev-master as 1.4.4",
37
"phpspec/prophecy-phpunit": "^2.0"
38
},
39
"suggest": {
0 commit comments