8000 Require Symfony 5.2+ · allan-simon/symfony-bridge@a4f2acd · GitHub
[go: up one dir, main page]

Skip to content

Commit a4f2acd

Browse files
committed
Require Symfony 5.2+
1 parent d67cec5 commit a4f2acd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: ['7.4', '8.0', '8.1']
14-
sf_version: ['4.4.*', '5.0.*', '5.2.*', '5.4.*', '6.0.*']
14+
sf_version: ['5.2.*', '5.4.*', '6.0.*']
1515
exclude:
1616
- php: 7.4
1717
sf_version: 6.0.*

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"require": {
2525
"php": ">=7.4",
2626
"bref/bref": "^1.2",
27-
"symfony/filesystem": "^4.4|^5.0|^6.0",
28-
"symfony/http-kernel": "^4.4|^5.0|^6.0",
27+
"symfony/filesystem": "^5.2|^6.0",
28+
"symfony/http-kernel": "^5.2|^6.0",
2929
"symfony/psr-http-message-bridge": "^2.1"
3030
},
3131
"require-dev": {
3232
"mnapoli/hard-mode": "^0.3.0",
33-
"phpunit/phpunit": "^8.0",
34-
"symfony/config": "^4.4|^5.0|^6.0",
35-
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
36-
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
37-
"symfony/process": "^4.4|^5.0|^6.0"
33+
"phpunit/phpunit": "^8.5.22",
34+
"symfony/config": "^5.2|^6.0",
35+
"symfony/dependency-injection": "^5.2|^6.0",
36+
"symfony/framework-bundle": "^5.2|^6.0",
37+
"symfony/process": "^5.2|^6.0"
3838
},
3939
"config": {
4040
"sort-packages": true,

0 commit comments

Comments
 (0)
0