Skip to content

Commit 9c5452e

Browse files
authored
Update Symfony and PHP dependencies (#57)
- Remove support for PHP 7.3 - Remove support for Symfony 3.x, 4.x except 4.4, 5.x except 5.4
1 parent 5fcdae5 commit 9c5452e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php:
17-
- "7.3"
1817
- "7.4"
1918
- "8.0"
2019
- "8.1"

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
],
1616

1717
"require": {
18-
"php": "^7.3 || ^8.0",
19-
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
20-
"symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0 || ^6.0",
21-
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0",
18+
"php": "^7.4 || ^8.0",
19+
"symfony/console": "^4.4 || ^5.4 || ^6.0",
20+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
21+
"symfony/process": "^4.4 || ^5.4 || ^6.0",
2222
"webmozart/assert": "^1.5",
2323
"psr/log": "^1.1"
2424
},
2525
"require-dev": {
2626
"ext-json": "*",
2727
"friendsofphp/php-cs-fixer": "^2.15",
2828
"phpunit/phpunit": "^8.4",
29-
"symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0 || ^6.0"
29+
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
3030
},
3131

3232
"autoload": {

0 commit comments

Comments
 (0)