Skip to content

Commit f1fb41a

Browse files
committed
feat: change min version http client
1 parent 18306b6 commit f1fb41a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
symfony-versions:
1919
- '6.4.*'
2020
- '7.0.*'
21+
- '7.3.*'
2122
include:
2223
- description: 'Log Code Coverage'
2324
php: '8.3'

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"symfony/messenger": "^6.4 || ^7.0",
1818
"symfony/http-kernel": "^6.4 || ^7.0",
1919
"symfony/dependency-injection": "^6.4 || ^7.0",
20-
"symfony/config": "^6.4 || ^7.0"
20+
"symfony/config": "^6.4 || ^7.0",
21+
"symfony/http-client": "^6.4 || ^7.0"
2122
},
2223
"require-dev": {
2324
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)