Skip to content

Commit 49f61e3

Browse files
DevKit updates (#157)
1 parent a3ea827 commit 49f61e3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cache:
2626
- $HOME/.composer/cache/files
2727

2828
env:
29-
matrix: SYMFONY_VERSION=^3.4@dev
29+
matrix: SYMFONY_VERSION=^4.0@dev
3030
global:
3131
- SYMFONY_DEPRECATIONS_HELPER=0
3232
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
@@ -36,18 +36,16 @@ env:
3636
matrix:
3737
include:
3838
- php: 7.1
39-
env: DEPS=dev SYMFONY_VERSION=^4@dev
40-
- php: 7.1
41-
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
39+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
4240
- php: 7.1
4341
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4442
- php: 7.1
4543
env: SYMFONY_VERSION=3.3.*
44+
- php: 7.1
45+
env: SYMFONY_VERSION=^3.4@dev
4646

4747
fast_finish: true
4848
allow_failures:
49-
- php: 7.1
50-
env: DEPS=dev SYMFONY_VERSION=^4@dev
5149

5250

5351
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the context of the CMF.
2222
## Requirements
2323

2424
* PHP 7.1
25-
* Symfony 2.8 / 3.3 / ^3.4@dev
25+
* Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
2626
* See also the `require` section of [composer.json](composer.json)
2727

2828
## Documentation

0 commit comments

Comments
 (0)