Skip to content

Commit 82259e5

Browse files
committed
Updated composer again
1 parent 97ceaa8 commit 82259e5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
"name": "phpcr/phpcr-shell",
33
"description": "Shell for PHPCR",
44
"require": {
5-
"symfony/console": "2.5.*",
6-
"jackalope/jackalope-doctrine-dbal": "1.1.*",
7-
"jackalope/jackalope-jackrabbit": "1.1.*",
8-
"jackalope/jackalope": "1.1.*",
9-
"phpcr/phpcr": "2.1.*",
10-
"phpcr/phpcr-utils": "1.2.*",
11-
"symfony/finder": "2.6.*"
5+
"symfony/console": "~2.3",
6+
"jackalope/jackalope-doctrine-dbal": "~1.1",
7+
"jackalope/jackalope-jackrabbit": "~1.1",
8+
"jackalope/jackalope": "~1.1",
9+
"phpcr/phpcr": "~2.1",
10+
"phpcr/phpcr-utils": "~1.2",
11+
"symfony/finder": "~2.3"
1212
},
13+
"minimum-stability": "dev",
1314
"require-dev": {
1415
"mockery/mockery": "0.9",
15-
"symfony/process": "2.3.*",
16-
"symfony/filesystem": "2.3.*",
16+
"symfony/process": "~2.3",
17+
"symfony/filesystem": "~2.3",
1718
"phpunit/phpunit": "~3.7.28",
1819
"behat/behat": "~2.5",
1920
"phpspec/phpspec": "2.0"

0 commit comments

Comments
 (0)