File tree Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Expand file tree Collapse file tree 3 files changed +10
-17
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.*
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.0@dev
39
+ env : DEPS=dev SYMFONY_VERSION=4.0.*
40
40
- php : 7.1
41
- env : DEPS=dev SYMFONY_VERSION=^3.4@dev
41
+ env : DEPS=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42
42
- php : 7.1
43
- env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43
+ env : DEPS=dev SYMFONY_VERSION=3.3.*
44
44
- php : 7.1
45
- env : SYMFONY_VERSION=3.3.*
46
-
45
+ env : DEPS=dev SYMFONY_VERSION=3.4.*
47
46
fast_finish : true
48
47
allow_failures :
49
- - php : 7.1
50
- env : DEPS=dev SYMFONY_VERSION=^4.0@dev
51
-
52
48
53
49
before_install :
54
- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
55
50
- phpenv config-rm xdebug.ini || true
56
51
- composer self-update
57
52
- if [ "$DEPS" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi
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 / 4.0
26
26
* See also the ` require ` section of [ composer.json] ( composer.json )
27
27
28
28
## Documentation
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " ^7.1" ,
13
- "symfony/phpunit-bridge" : " ^3.2 " ,
14
- "symfony/monolog-bundle" : " ^2.8|^3.3|^4.0 " ,
13
+ "symfony/phpunit-bridge" : " 3.3 || ^4.0 " ,
14
+ "symfony/monolog-bundle" : " ~3.1 " ,
15
15
"doctrine/common" : " ^2.4" ,
16
16
"doctrine/doctrine-bundle" : " ^1.0|^2.0" ,
17
17
"doctrine/phpcr-odm" : " ^1.4|^2.0" ,
18
18
"doctrine/phpcr-bundle" : " ^2.0@dev" ,
19
19
"doctrine/data-fixtures" : " ^1.0" ,
20
20
"jackalope/jackalope" : " ^1.1.5" ,
21
21
"jackalope/jackalope-doctrine-dbal" : " ^1.1.5" ,
22
- "symfony/yaml" : " ^2.8| ^3.3| ^4.0"
22
+ "symfony/yaml" : " ^2.8 || ^3.3 || ^4.0"
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
35
35
"branch-alias" : {
36
36
"dev-master" : " 2.1-dev"
37
37
}
38
- },
39
- "minimum-stability" :" dev" ,
40
- "prefer-stable" : true
38
+ }
41
39
}
You can’t perform that action at this time.
0 commit comments