Skip to content

Commit c28f09a

Browse files
authored
Merge pull request #40 from trellis-ldp/update_symfony
Update to latest symfony
2 parents 84ad83b + 77dc29d commit c28f09a

File tree

6 files changed

+364
-207
lines changed

6 files changed

+364
-207
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build: false
44
clone_folder: C:\projects\static-ldp
55

66
init:
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

1010
environment:
@@ -13,8 +13,8 @@ environment:
1313
install:
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

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
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": {
@@ -71,7 +71,7 @@
7171
"extra": {
7272
"symfony": {
7373
"allow-contrib": false,
74-
"require": "4.1.*"
74+
"require": "4.2.*"
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)