Skip to content

Commit d1397f2

Browse files
DevKit updates (#211)
1 parent 8b04365 commit d1397f2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 6 additions & 4 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,20 @@ env:
3636
matrix:
3737
include:
3838
- php: 7.1
39-
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
39+
env: DEPS=dev SYMFONY_VERSION=
4040
- php: 7.1
41-
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
41+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
4242
- php: 7.1
4343
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4444
- php: 7.1
4545
env: SYMFONY_VERSION=3.3.*
46+
- php: 7.1
47+
env: SYMFONY_VERSION=^3.4@dev
4648

4749
fast_finish: true
4850
allow_failures:
4951
- php: 7.1
50-
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
52+
env: DEPS=dev SYMFONY_VERSION=
5153

5254

5355
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ when building Symfony full stack applications.
3232
## Requirements
3333

3434
* PHP 7.1
35-
* Symfony 2.8 / 3.3 / ^3.4@dev
35+
* Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
3636
* See also the `require` section of [composer.json](composer.json)
3737

3838
## Documentation

0 commit comments

Comments
 (0)