Skip to content

Commit 054280d

Browse files
committed
bumped minimum version to PHP 7.1
1 parent d8594de commit 054280d

File tree

53 files changed

+54
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+54
-59
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addons:
1414

1515
env:
1616
global:
17-
- MIN_PHP=5.5.9
17+
- MIN_PHP=7.1.0
1818
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/versions/5.6/bin/php
1919

2020
matrix:
@@ -24,9 +24,8 @@ matrix:
2424
sudo: required
2525
dist: trusty
2626
group: edge
27-
- php: 5.5
28-
- php: 5.6
29-
- php: 7.0
27+
- php: 7.1.0
28+
- php: 7.1
3029
env: deps=high
3130
- php: 7.1
3231
env: deps=low

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ init:
1717
install:
1818
- mkdir c:\php && cd c:\php
1919
- appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/cacert.pem
20-
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-5.5.9-nts-Win32-VC11-x86.zip
21-
- 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul
2220
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x64.zip
2321
- cd ext
2422
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-4.0.10-5.5-nts-vc11-x86.zip
@@ -59,8 +57,6 @@ test_script:
5957
- cd c:\php && 7z x php-7.1.3-Win32-VC14-x64.zip -y >nul && copy /Y php.ini-min php.ini
6058
- cd c:\projects\symfony
6159
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
62-
- cd c:\php && 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul && copy /Y php.ini-min php.ini
63-
- cd c:\projects\symfony
6460
- SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
6561
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
6662
- copy /Y c:\php\php.ini-max c:\php\php.ini

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"doctrine/common": "~2.4",
2121
"fig/link-util": "^1.0",
2222
"twig/twig": "~1.32|~2.2",

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"doctrine/common": "~2.4",
2121
"symfony/polyfill-mbstring": "~1.0"
2222
},

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"monolog/monolog": "~1.19",
2121
"symfony/http-kernel": "~2.8|~3.0"
2222
},

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"symfony/dependency-injection": "~2.8|~3.0",
2121
"ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2222
},

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"twig/twig": "~1.28|~2.0"
2121
},
2222
"require-dev": {

src/Symfony/Bundle/DebugBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"symfony/http-kernel": "~2.8|~3.0",
2121
"symfony/twig-bridge": "~2.8|~3.0",
2222
"symfony/var-dumper": "~2.8|~3.0"

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"ext-xml": "*",
2121
"symfony/cache": "~3.3",
2222
"symfony/class-loader": "~3.2",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.0",
2020
"symfony/security": "~3.3",
2121
"symfony/dependency-injection": "~3.3-beta2",
2222
"symfony/http-kernel": "~3.3",

0 commit comments

Comments
 (0)