File tree Expand file tree Collapse file tree 6 files changed +364
-207
lines changed Expand file tree Collapse file tree 6 files changed +364
-207
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build: false
44clone_folder : C:\projects\static-ldp
55
66init :
7- - SET PATH=C:\Program Files\OpenSSL;C:\tools\php71 ;%PATH%
7+ - SET PATH=C:\Program Files\OpenSSL;C:\tools\php72 ;%PATH%
88 - SET COMPOSER_NO_INTERACTION=1
99
1010environment :
@@ -13,8 +13,8 @@ environment:
1313install :
1414 - ps : Set-Service wuauserv -StartupType Manual
1515 - cinst -y OpenSSL.Light
16- - cinst -y php --version 7.1.13
17- - cd c:\tools\php71
16+ - cinst -y php --version 7.2.15
17+ - cd c:\tools\php72
1818 - copy php.ini-production php.ini
1919 - echo date.timezone="UTC" >> php.ini
2020 - echo extension=php_curl.dll >> php.ini
Original file line number Diff line number Diff line change 99 "php" : " >=7.1.0" ,
1010 "ext-ctype" : " *" ,
1111 "ext-iconv" : " *" ,
12- "symfony/console" : " 4.1 .*" ,
12+ "symfony/console" : " 4.2 .*" ,
1313 "symfony/flex" : " ^1.1" ,
14- "symfony/framework-bundle" : " 4.1 .*" ,
15- "symfony/yaml" : " 4.1 .*" ,
14+ "symfony/framework-bundle" : " 4.2 .*" ,
15+ "symfony/yaml" : " 4.2 .*" ,
1616 "easyrdf/easyrdf" : " ^0.9.1" ,
1717 "ml/json-ld" : " ^1.1" ,
18- "symfony/twig-bundle" : " 4.1 .*"
18+ "symfony/twig-bundle" : " 4.2 .*"
1919 },
2020 "require-dev" : {
21- "symfony/dotenv" : " 4.1 .*" ,
22- "symfony/web-server-bundle" : " 4.1 .*" ,
21+ "symfony/dotenv" : " 4.2 .*" ,
22+ "symfony/web-server-bundle" : " 4.2 .*" ,
2323 "squizlabs/php_codesniffer" : " ^3.2" ,
24- "symfony/browser-kit" : " 4.1 .*" ,
25- "symfony/phpunit-bridge" : " 4.1 .*"
24+ "symfony/browser-kit" : " 4.2 .*" ,
25+ "symfony/phpunit-bridge" : " 4.2 .*"
2626 },
2727 "config" : {
2828 "preferred-install" : {
7171 "extra" : {
7272 "symfony" : {
7373 "allow-contrib" : false ,
74- "require" : " 4.1 .*"
74+ "require" : " 4.2 .*"
7575 }
7676 }
7777}
You can’t perform that action at this time.
0 commit comments