Skip to content

Commit dfba976

Browse files
PHP 7.2 (#248)
* DevKit updates * DevKit updates * DevKit updates
1 parent a6d2818 commit dfba976

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ cache:
2828
env:
2929
matrix: SYMFONY_VERSION=4.0.*
3030
global:
31-
- SYMFONY_DEPRECATIONS_HELPER=0
31+
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
3232
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
3333
- KERNEL_CLASS=Symfony\Cmf\Bundle\CoreBundle\Tests\Fixtures\App\Kernel
3434
- SYMFONY_PHPUNIT_VERSION=5.7
3535
- TEST_INSTALLATION=false
3636

3737
matrix:
3838
include:
39-
- php: 7.1
39+
- php: 7.2
4040
env: STABILITY=dev SYMFONY_VERSION=4.0.*
4141
- php: 7.1
4242
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43-
- php: 7.1
43+
- php: 7.2
4444
env: STABILITY=dev SYMFONY_VERSION=3.3.*
45-
- php: 7.1
45+
- php: 7.2
4646
env: STABILITY=dev SYMFONY_VERSION=3.4.*
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a twig extension and php templating helper to walk PHPCR-ODM trees and support f
2222

2323
## Requirements
2424

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

0 commit comments

Comments
 (0)