Skip to content

Commit 1107e6a

Browse files
committed
udpated composer and travis
1 parent 2b945bc commit 1107e6a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ php:
77
- hhvm
88

99
env:
10-
- SYMFONY_VERSION=2.6.*
10+
- SYMFONY_VERSION=2.7.*
1111

1212
matrix:
1313
include:
14-
- php: 5.3.3
14+
- php: 5.3
1515
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
1616
- php: 5.5
1717
env: SYMFONY_VERSION=2.3.*
1818
- php: 5.5
1919
env: SYMFONY_VERSION=2.6.*
2020
- php: 5.5
2121
env: SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
22+
- php: 5.5
23+
env: SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2224

2325
before_install:
2426
- composer self-update || true

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": ">=5.3.9",
1717
"symfony/framework-bundle": "~2.3",
1818
"symfony-cmf/core-bundle": "1.2.*",
19-
"symfony-cmf/content-bundle": "1.2.*",
20-
"symfony-cmf/routing-auto-bundle": "1.0.*",
19+
"symfony-cmf/content-bundle": "1.3.*",
20+
"symfony-cmf/routing-auto-bundle": "1.1.*",
2121
"sonata-project/doctrine-extensions": "~1.0,>=1.0.2",
2222
"doctrine/phpcr-bundle": "~1.2",
2323
"doctrine/phpcr-odm": "~1.2",
@@ -26,7 +26,8 @@
2626
"require-dev": {
2727
"symfony-cmf/testing": "~1.2",
2828
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
29-
"fzaninotto/faker": "1.4.*"
29+
"fzaninotto/faker": "1.4.*",
30+
"symfony/phpunit-bridge": "2.7.x@beta"
3031
},
3132
"suggest": {
3233
"sonata-project/doctrine-phpcr-admin-bundle": "For sonata administration",

0 commit comments

Comments
 (0)