This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 37
37
matrix :
38
38
include :
39
39
- php : 7.2
40
- env : STABILITY=dev SYMFONY_VERSION=4.0.*
40
+ env : SYMFONY_VERSION=4.0.*
41
41
- php : 7.1
42
- env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42
+ env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43
43
- php : 7.2
44
- env : STABILITY=dev SYMFONY_VERSION=3.3.*
44
+ env : SYMFONY_VERSION=3.3.*
45
45
- php : 7.2
46
- env : STABILITY=dev SYMFONY_VERSION=3.4.*
46
+ env : SYMFONY_VERSION=3.4.*
47
47
- env : TEST_INSTALLATION=true
48
48
fast_finish : true
49
49
allow_failures :
@@ -52,12 +52,12 @@ matrix:
52
52
before_install :
53
53
- phpenv config-rm xdebug.ini || true
54
54
- composer self-update
55
+ - composer validate --no-check-all --ansi
55
56
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
56
57
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
57
58
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
58
59
59
60
install : travis_wait composer update --prefer-dist $COMPOSER_FLAGS
60
-
61
61
script :
62
62
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
63
63
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- * ** 2017-11-16** : Removed php 5.6 and 7.0 support, removed Symfony 3.0.* and 3.1.* support
5
- * ** 2017-10-24** : Dropped hhvm support
4
+ 1.1.0
5
+ -----
6
+
7
+ * Removed PHP 5.6 and 7.0 support, removed Symfony 3.0 - 3.2 support
8
+ * Dropped hhvm support
6
9
7
10
1.0.0
8
11
-----
Original file line number Diff line number Diff line change 16
16
"symfony-cmf/resource" : " ^1.0"
17
17
},
18
18
"require-dev" : {
19
- "symfony-cmf/testing" : " ^2.1@dev " ,
19
+ "symfony-cmf/testing" : " ^2.1.8 " ,
20
20
"symfony/phpunit-bridge" : " ^3.3 || ^4.0" ,
21
21
"doctrine/phpcr-odm" : " ^1.4|^2.0"
22
22
},
You can’t perform that action at this time.
0 commit comments