Skip to content

Commit 2acd54a

Browse files
committed
Drop support for EOLed dependencies
1 parent 2a26b03 commit 2acd54a

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- "lowest"
1919
- "highest"
2020
php-version:
21-
- "7.1"
22-
- "7.2"
23-
- "7.3"
24-
- "7.4"
25-
- "8.0"
2621
- "8.1"
2722
- "8.2"
2823
- "8.3"

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1.3",
19+
"php": ">=8.1",
2020
"lcobucci/jwt": "^3.4|^4.0|^5.0",
21-
"symfony/config": "^4.4|^5.0|^6.0|^7.0|^8.0",
22-
"symfony/dependency-injection": "^4.4|^5.4|^6.0|^7.0|^8.0",
23-
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0|^8.0",
21+
"symfony/config": "^6.4|^7.3|^8.0",
22+
"symfony/dependency-injection": "^6.4|^7.3|^8.0",
23+
"symfony/http-kernel": "^6.4|^7.3|^8.0",
2424
"symfony/mercure": "^0.6.1",
25-
"symfony/web-link": "^4.4|^5.0|^6.0|^7.0|^8.0"
25+
"symfony/web-link": "^6.4|^7.3|^8.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Bundle\\MercureBundle\\": "src/" }
@@ -39,10 +39,10 @@
3939
"sort-packages": true
4040
},
4141
"require-dev": {
42-
"symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0|^7.0|^8.0",
43-
"symfony/stopwatch": "^4.3.7|^5.0|^6.0|^7.0|^8.0",
42+
"symfony/phpunit-bridge": "^7.3.4|^8.0",
43+
"symfony/stopwatch": "^6.4|^7.3|^8.0",
4444
"symfony/ux-turbo": "*",
45-
"symfony/var-dumper": "^4.3.7|^5.0|^6.0|^7.0|^8.0"
45+
"symfony/var-dumper": "^6.4|^7.3|^8.0"
4646
},
4747
"suggest": {
4848
"symfony/messenger": "To use the Messenger integration"

0 commit comments

Comments
 (0)