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 b3ed4a2 commit 97ceaa8Copy full SHA for 97ceaa8
composer.json
@@ -2,13 +2,13 @@
2
"name": "phpcr/phpcr-shell",
3
"description": "Shell for PHPCR",
4
"require": {
5
- "symfony/console": "2.3.*",
6
- "jackalope/jackalope-doctrine-dbal": "dev-master",
7
- "jackalope/jackalope-jackrabbit": "dev-master",
8
- "jackalope/jackalope": "dev-master",
9
- "phpcr/phpcr": "dev-master",
10
- "phpcr/phpcr-utils": "dev-master",
11
- "symfony/finder": "~2.0"
+ "symfony/console": "2.5.*",
+ "jackalope/jackalope-doctrine-dbal": "1.1.*",
+ "jackalope/jackalope-jackrabbit": "1.1.*",
+ "jackalope/jackalope": "1.1.*",
+ "phpcr/phpcr": "2.1.*",
+ "phpcr/phpcr-utils": "1.2.*",
+ "symfony/finder": "2.6.*"
12
},
13
"require-dev": {
14
"mockery/mockery": "0.9",
0 commit comments