Skip to content

Commit 5e347ea

Browse files
authored
FRW-332 Drop PHP 7 and Symfony 4 support. (#9641)
FRW-332 PHP 8+ and Symfony 5+
1 parent bb489bf commit 5e347ea

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '7.4'
21+
php-version: '8.0'
2222
extensions: mbstring, intl, bcmath
2323
coverage: none
2424

@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: '7.4'
44+
php-version: '8.0'
4545
extensions: mbstring, intl, bcmath
4646
coverage: none
4747

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Symfony Module
22
[![Latest Stable Version](https://poser.pugx.org/spryker/symfony/v/stable.svg)](https://packagist.org/packages/spryker/symfony)
3-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/)
3+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/)
44

55
Symfony is a container module for the Symfony dependencies. This module has a central role in managing Symfony dependencies and supports better decoupling between modules.
66

composer.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44
"description": "Symfony module",
55
"license": "proprietary",
66
"require": {
7-
"php": ">=7.4",
8-
"symfony-cmf/routing": "^1.3.0 || ^2.0.0",
9-
"symfony/config": "^3.4.0 || ^4.0.0 || ^5.0.0",
10-
"symfony/console": "^3.4.0 || ^4.0.0 || ^5.0.0",
11-
"symfony/debug": "^3.4.0 || ^4.0.0",
12-
"symfony/error-handler": "^4.4.4 || ^5.0.4",
13-
"symfony/event-dispatcher": "^4.3.0 || ^5.0.0",
14-
"symfony/filesystem": "^3.4.0 || ^4.1.0 || ^5.2.1",
15-
"symfony/finder": "^3.4.0 || ^4.0.0 || ^5.0.0",
16-
"symfony/form": "^3.4.20 || ^4.0.15 || ^5.0.0",
17-
"symfony/http-client": "^4.4 || ^5.0",
18-
"symfony/http-foundation": "^4.4.7 || ^5.0.7",
19-
"symfony/http-kernel": "^4.4.13 || ^5.1.5",
20-
"symfony/intl": "^3.4.0 || ^4.0.0 || ^5.0.0",
21-
"symfony/mime": "^4.2.12 < 4.3.0 || ^4.3.8 || ^5.0.0",
22-
"symfony/options-resolver": "^3.4.0 || ^4.0.0 || ^5.0.0",
23-
"symfony/process": "^3.4.0 || ^4.0.0 || ^5.0.0",
24-
"symfony/property-access": "^3.4.0 || ^4.0.0 || ^5.0.0",
25-
"symfony/routing": "^4.3.0 || ^5.0.0",
26-
"symfony/security-core": "^4.4.21 || ^5.2.8",
27-
"symfony/security-csrf": "^4.4.21 || ^5.0.0",
28-
"symfony/security-guard": "^4.4.21 || ^5.2.8",
29-
"symfony/security-http": "^4.4.21 || ^5.2.8",
30-
"symfony/serializer": "^3.4.0 || ^4.0.0 || ^5.0.0",
31-
"symfony/stopwatch": "^3.4.0 || ^4.0.0 || ^5.0.0",
32-
"symfony/translation": "^3.4.0 || ^4.4.0 || ^5.0.0",
33-
"symfony/translation-contracts": "^2.0.0",
34-
"symfony/twig-bridge": "^4.3.0 || ^5.0.0",
35-
"symfony/validator": "^4.2.0 || ^5.0.0",
36-
"symfony/yaml": "^3.4.0 || ^4.0.0 || ^5.0.0"
7+
"php": ">=8.0",
8+
"symfony-cmf/routing": "^2.3.3",
9+
"symfony/config": "^5.0.9",
10+
"symfony/console": "^5.3.0",
11+
"symfony/debug": "^4.4.9",
12+
"symfony/error-handler": "^5.0.9",
13+
"symfony/event-dispatcher": "^5.1.0",
14+
"symfony/filesystem": "^5.2.1",
15+
"symfony/finder": "^5.3.0",
16+
"symfony/form": "^5.2.0",
17+
"symfony/http-client": "^5.0.9",
18+
"symfony/http-foundation": "^5.2.0",
19+
"symfony/http-kernel": "^5.2.0",
20+
"symfony/intl": "^5.0.9",
21+
"symfony/mime": "^5.0.9",
22+
"symfony/options-resolver": "^5.0.9",
23+
"symfony/process": "^5.4.0",
24+
"symfony/property-access": "^5.4.0",
25+
"symfony/routing": "^5.1.0",
26+
"symfony/security-core": "^5.2.8",
27+
"symfony/security-csrf": "^5.0.9",
28+
"symfony/security-guard": "^5.2.8",
29+
"symfony/security-http": "^5.2.8",
30+
"symfony/serializer": "^5.0.9",
31+
"symfony/stopwatch": "^5.0.9",
32+
"symfony/translation": "^5.0.9",
33+
"symfony/translation-contracts": "^2.1.2",
34+
"symfony/twig-bridge": "^5.0.9",
35+
"symfony/validator": "^5.2.0",
36+
"symfony/yaml": "^5.1.10"
3737
},
3838
"require-dev": {
3939
"spryker/code-sniffer": "*",

0 commit comments

Comments
 (0)