Skip to content

Commit 5e29262

Browse files
committed
Drop Symfony 4
1 parent 398e949 commit 5e29262

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
symfony-version:
3030
- "^6.0"
3131
- "^5.0"
32-
- "^4.4"
3332

3433
dependencies:
3534
- "highest"
@@ -52,8 +51,6 @@ jobs:
5251
php-code-coverage-version: "^10.0"
5352
- php-version: "7.3"
5453
php-code-coverage-version: "^10.0"
55-
- dependencies: "latest"
56-
symfony-version: "^4.4"
5754

5855
steps:
5956
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Added
55
- Support for Symfony 7
66

7+
### Removed
8+
- Support for Symfony 4
9+
710

811
## [5.3.1] - 2023-05-08
912
### Changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"behat/behat": "^3.10",
1818
"composer/semver": "^3.0",
1919
"phpunit/php-code-coverage": "^9.2.16||^10.0",
20-
"symfony/config": "^4.4.30||^5.1.4||^6.0||^7.0",
21-
"symfony/console": "^4.4.30||^5.3.7||^6.0.9||^7.0",
22-
"symfony/dependency-injection": "^4.4.12||^5.1.4||^6.0||^7.0",
23-
"symfony/event-dispatcher": "^4.4||^5.0||^6.0||^7.0"
20+
"symfony/config": "^5.1.4||^6.0||^7.0",
21+
"symfony/console": "^5.3.7||^6.0.9||^7.0",
22+
"symfony/dependency-injection": "^5.1.4||^6.0||^7.0",
23+
"symfony/event-dispatcher": "^5.0||^6.0||^7.0"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.38.0",
2727
"phpunit/phpunit": "^9.5.5||^10.0",
28-
"symfony/filesystem": "^4.4||^5.0||^6.0||^7.0"
28+
"symfony/filesystem": "^5.0||^6.0||^7.0"
2929
},
3030
"suggest": {
3131
"ext-xdebug": "Xdebug allows you to collect line, branch and path coverage",

0 commit comments

Comments
 (0)