We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbf647 commit f039498Copy full SHA for f039498
.travis.yml
@@ -7,6 +7,10 @@ cache:
7
- $HOME/.composer/cache
8
- $HOME/.npm
9
10
+env:
11
+ global:
12
+ - SYMFONY_DEPRECATIONS_HELPER=weak
13
+
14
matrix:
15
include:
16
- php: '7.0'
appveyor.yml
@@ -6,12 +6,13 @@ cache:
6
- '%LOCALAPPDATA%\Composer\files'
init:
- - SET PATH=c:\tools\php71;%PATH%
+ - SET PATH=c:\tools\php72;%PATH%
+ - SET SYMFONY_DEPRECATIONS_HELPER=weak
install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php
- - cd c:\tools\php71
+ - cd c:\tools\php72
- copy php.ini-production php.ini /Y
17
- echo date.timezone="UTC" >> php.ini
18
- echo extension_dir=ext >> php.ini
0 commit comments