Skip to content

Commit 608ef63

Browse files
committed
Bumped deps
1 parent 4cd1349 commit 608ef63

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ env:
66
- BEHAT_SUITE=cli
77

88
php:
9-
- 5.4
9+
- 5.6
1010

1111
before_script:
1212
- composer self-update
13-
- composer require "symfony/symfony" "~3.0" --no-update
13+
- composer require "symfony/symfony" "~2.8" --no-update
1414
- composer install
1515
- bash tests/bin/travis_jackrabbit.sh
1616

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "phpcr/phpcr-shell",
33
"description": "Shell for PHPCR",
44
"require": {
5-
"symfony/console": "~2.4|~3.0",
5+
"symfony/console": "~2.8|~3.0",
66
"jackalope/jackalope": "~1.1",
77
"phpcr/phpcr": "~2.1",
88
"phpcr/phpcr-utils": "~1.2",
9-
"symfony/finder": "~2.3|~3.0",
10-
"symfony/serializer": "~2.3|~3.0",
11-
"symfony/yaml": "~2.3|~3.0",
12-
"symfony/dependency-injection": "~2.3|~3.0",
13-
"symfony/expression-language": "~2.4|~3.0",
9+
"symfony/finder": "~2.8|~3.0",
10+
"symfony/serializer": "~2.8|~3.0",
11+
"symfony/yaml": "~2.8|~3.0",
12+
"symfony/dependency-injection": "~2.8|~3.0",
13+
"symfony/expression-language": "~2.8|~3.0",
1414
"dantleech/glob-finder": "~1.0@dev"
1515
},
1616
"minimum-stability": "stable",
1717
"require-dev": {
18-
"symfony/symfony": "~3.0",
18+
"symfony/symfony": "~2.8|~3.0",
1919
"phpunit/phpunit": "~4.0",
2020
"behat/behat": "~3.0",
2121
"phpspec/phpspec": "3.0",

0 commit comments

Comments
 (0)