File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 26
26
- $HOME/.composer/cache/files
27
27
28
28
env :
29
- matrix : SYMFONY_VERSION=^3.4 @dev
29
+ matrix : SYMFONY_VERSION=^4.0 @dev
30
30
global :
31
31
- SYMFONY_DEPRECATIONS_HELPER=0
32
32
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
36
36
matrix :
37
37
include :
38
38
- 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
42
40
- php : 7.1
43
41
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
44
42
- php : 7.1
45
43
env : SYMFONY_VERSION=3.3.*
44
+ - php : 7.1
45
+ env : SYMFONY_VERSION=^3.4@dev
46
46
47
47
fast_finish : true
48
48
allow_failures :
49
- - php : 7.1
50
- env : DEPS=dev SYMFONY_VERSION=^4@dev
51
49
52
50
53
51
before_install :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the context of the CMF.
22
22
## Requirements
23
23
24
24
* PHP 7.1
25
- * Symfony 2.8 / 3.3 / ^3.4@dev
25
+ * Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
26
26
* See also the ` require ` section of [ composer.json] ( composer.json )
27
27
28
28
## Documentation
You can’t perform that action at this time.
0 commit comments