Skip to content

Commit 877e975

Browse files
committed
updated dependencies
1 parent d92654c commit 877e975

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,22 @@
33
"description": "Shell for PHPCR",
44
"require": {
55
"php": "^5.6|^7.0",
6-
"symfony/console": "~2.8|~3.0",
6+
"symfony/console": "~2.8 || ~3.4 || ~4.0",
77
"jackalope/jackalope": "~1.1",
88
"phpcr/phpcr": "~2.1",
99
"phpcr/phpcr-utils": "~1.2",
10-
"symfony/finder": "~2.8|~3.0",
11-
"symfony/serializer": "~2.8|~3.0",
12-
"symfony/yaml": "~2.8|~3.0",
13-
"symfony/dependency-injection": "~2.8|~3.0",
14-
"symfony/expression-language": "~2.8|~3.0",
10+
"symfony/finder": "~2.8 || ~3.4 || ~4.0",
11+
"symfony/serializer": "~2.8 || ~3.4 || ~4.0",
12+
"symfony/yaml": "~2.8 || ~3.4 || ~4.0",
13+
"symfony/dependency-injection": "~2.8 || ~3.4 || ~4.0",
14+
"symfony/expression-language": "~2.8 || ~3.4 || ~4.0",
1515
"dantleech/glob-finder": "~1.0"
1616
},
17-
"minimum-stability": "stable",
1817
"require-dev": {
19-
"symfony/symfony": "~2.8|~3.0",
20-
"phpunit/phpunit": "~4.0",
18+
"symfony/symfony": "~2.8 || ~3.4 || ~4.0",
19+
"phpunit/phpunit": "~5.7",
2120
"behat/behat": "~3.0",
22-
"phpspec/phpspec": "3.0",
21+
"phpspec/phpspec": "~3.0 || ~4.0",
2322
"jackalope/jackalope-doctrine-dbal": "~1.1",
2423
"jackalope/jackalope-jackrabbit": "~1.1"
2524
},

0 commit comments

Comments
 (0)