Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c3616c

Browse files
committed
bumped minimum version to PHP 7.1
1 parent d8594de commit 0c3616c

File tree

53 files changed

+56
-61
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

+56
-61
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ addons:
1414

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

2020
matrix:
2121
include:
2222
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
23-
- php: hhvm-3.18
23+
- php: hhvm-stable
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",

src/Symfony/Bundle/TwigBundle/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/config": "~3.2",
2121
"symfony/twig-bridge": "^3.3",
2222
"symfony/http-foundation": "~2.8|~3.0",

src/Symfony/Bundle/WebProfilerBundle/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": "~3.2",
2121
"symfony/polyfill-php70": "~1.0",
2222
"symfony/routing": "~2.8|~3.0",

src/Symfony/Bundle/WebServerBundle/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/console": "~2.8.8|~3.0.8|~3.1.2|~3.2",
2121
"symfony/http-kernel": "~2.8|~3.0",
2222
"symfony/process": "~2.8|~3.0"

src/Symfony/Component/Asset/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
},
2121
"suggest": {
2222
"symfony/http-foundation": ""

src/Symfony/Component/BrowserKit/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/dom-crawler": "~2.8|~3.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"psr/simple-cache-implementation": "1.0"
2121
},
2222
"require": {
23-
"php": ">=5.5.9",
23+
"php": "^7.1.0",
2424
"psr/cache": "~1.0",
2525
"psr/log": "~1.0",
2626
"psr/simple-cache": "^1.0"

src/Symfony/Component/ClassLoader/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"minimum-stability": "dev",
1919
"require": {
20-
"php": ">=5.5.9"
20+
"php": "^7.1.0"
2121
},
2222
"require-dev": {
2323
"symfony/finder": "~2.8|~3.0",

src/Symfony/Component/Config/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/filesystem": "~2.8|~3.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/Console/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/polyfill-mbstring": "~1.0",
2121
"symfony/debug": "~2.8|~3.0"
2222
},

src/Symfony/Component/CssSelector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.5.9"
23+
"php": "^7.1.0"
2424
},
2525
"autoload": {
2626
"psr-4": { "Symfony\\Component\\CssSelector\\": "" },

src/Symfony/Component/Debug/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
"psr/log": "~1.0"
2121
},
2222
"conflict": {

src/Symfony/Component/DependencyInjection/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
"psr/container": "^1.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/DomCrawler/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/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/Dotenv/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
},
2121
"require-dev": {
2222
"symfony/process": "^3.2"

src/Symfony/Component/EventDispatcher/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
},
2121
"require-dev": {
2222
"symfony/dependency-injection": "~3.3",

src/Symfony/Component/ExpressionLanguage/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/cache": "~3.1"
2121
},
2222
"autoload": {

src/Symfony/Component/Filesystem/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
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\Filesystem\\": "" },

src/Symfony/Component/Finder/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
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\Finder\\": "" },

src/Symfony/Component/Form/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/event-dispatcher": "~2.8|~3.0",
2121
"symfony/intl": "^2.8.18|^3.2.5",
2222
"symfony/options-resolver": "~2.8|~3.0",

src/Symfony/Component/HttpFoundation/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/polyfill-mbstring": "~1.1"
2121
},
2222
"require-dev": {

src/Symfony/Component/HttpKernel/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/event-dispatcher": "~2.8|~3.0",
2121
"symfony/http-foundation": "~3.3",
2222
"symfony/debug": "~2.8|~3.0",

src/Symfony/Component/Inflector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=5.5.9"
26+
"php": "^7.1.0"
2727
},
2828
"autoload": {
2929
"psr-4": { "Symfony\\Component\\Inflector\\": "" },

src/Symfony/Component/Intl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=5.5.9",
27+
"php": "^7.1.0",
2828
"symfony/polyfill-intl-icu": "~1.0"
2929
},
3030
"require-dev": {

src/Symfony/Component/Ldap/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/polyfill-php56": "~1.0",
2121
"symfony/options-resolver": "~2.8|~3.0",
2222
"ext-ldap": "*"

src/Symfony/Component/OptionsResolver/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
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" },

src/Symfony/Component/Process/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
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\Process\\": "" },

src/Symfony/Component/PropertyAccess/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/polyfill-php70": "~1.0",
2121
"symfony/inflector": "~3.1"
2222
},

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=5.5.9",
26+
"php": "^7.1.0",
2727
"symfony/inflector": "~3.1"
2828
},
2929
"require-dev": {

src/Symfony/Component/Routing/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
},
2121
"require-dev": {
2222
"symfony/config": "~2.8|~3.0",

src/Symfony/Component/Security/Core/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/polyfill-php56": "~1.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/Security/Csrf/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/polyfill-php56": "~1.0",
2121
"symfony/polyfill-php70": "~1.0",
2222
"symfony/security-core": "~2.8|~3.0"

0 commit comments

Comments
 (0)