Skip to content

Commit e1641e9

Browse files
authored
feat(symfony): Allow Symfony 8 (#83)
1 parent 178bcd4 commit e1641e9

File tree

5 files changed

+759
-533
lines changed

5 files changed

+759
-533
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
php-version:
24-
- "8.3"
24+
- "8.4"
2525

2626
steps:
2727
- name: "Checkout"
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
php-version:
60-
- "8.3"
60+
- "8.4"
6161

6262
steps:
6363
- name: "Checkout"
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
php-version:
87-
- "8.3"
87+
- "8.4"
8888

8989
steps:
9090
- name: "Checkout"

.php-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3
1+
8.4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"oskarstark/enum-helper": "^1.5",
2323
"oskarstark/trimmed-non-empty-string": "^1.1",
2424
"psr/log": "^3.0",
25-
"symfony/cache": "^7.0",
25+
"symfony/cache": "^7.0 || ^8.0",
2626
"symfony/cache-contracts": "^3.5",
27-
"symfony/http-client": "^6.0 || ^7.0",
27+
"symfony/http-client": "^6.0 || ^7.0 || ^8.0",
2828
"thecodingmachine/safe": "^2.0 || ^3.0",
2929
"webmozart/assert": "^1.11"
3030
},

0 commit comments

Comments
 (0)