Skip to content

Commit 19b9c7e

Browse files
committed
test with symfony 8
1 parent 8490a4c commit 19b9c7e

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
symfony-require: "7.4.*"
7373
php-version: "8.5"
7474
symfony-deprecations-helper: "weak"
75+
- dependencies: "php-http/guzzle7-adapter symfony/http-client:^8"
76+
symfony-require: "8.0.*"
77+
php-version: "8.5"
78+
symfony-deprecations-helper: "weak"
7579

7680
steps:
7781
- name: "Checkout"

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
# Version 2
66

7-
# 2.2.0 - 2025-12-08
7+
# 2.2.0 - unreleased
8+
9+
- Compatible with Symfony 8.
810
- Replaced XML configuration with PHP configuration.
911

1012
# 2.1.0 - 2024-11-24

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"php-http/stopwatch-plugin": "^1.2",
3636
"psr/http-factory-implementation": "^1.0",
3737
"psr/http-message": "^1.0 || ^2.0",
38-
"symfony/config": "^6.4 || ^7.1",
39-
"symfony/dependency-injection": "^6.4 || ^7.1",
40-
"symfony/event-dispatcher": "^6.4 || ^7.1",
41-
"symfony/http-kernel": "^6.4 || ^7.1",
42-
"symfony/options-resolver": "^6.4 || ^7.1"
38+
"symfony/config": "^6.4 || ^7.1 || ^8.0",
39+
"symfony/dependency-injection": "^6.4 || ^7.1 || ^8.0",
40+
"symfony/event-dispatcher": "^6.4 || ^7.1 || ^8.0",
41+
"symfony/http-kernel": "^6.4 || ^7.1 || ^8.0",
42+
"symfony/options-resolver": "^6.4 || ^7.1 || ^8.0"
4343
},
4444
"conflict": {
4545
"kriswallsmith/buzz": "<0.17",
@@ -61,14 +61,14 @@
6161
"php-http/promise": "^1.0",
6262
"php-http/throttle-plugin": "^1.1",
6363
"phpunit/phpunit": "^9",
64-
"symfony/browser-kit": "^6.4 || ^7.1",
65-
"symfony/cache": "^6.4 || ^7.1",
66-
"symfony/dom-crawler": "^6.4 || ^7.1",
67-
"symfony/framework-bundle": "^6.4 || ^7.1",
68-
"symfony/http-foundation": "^6.4 || ^7.1",
69-
"symfony/stopwatch": "^6.4 || ^7.1",
70-
"symfony/twig-bundle": "^6.4 || ^7.1",
71-
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
64+
"symfony/browser-kit": "^6.4 || ^7.1 || ^8.0",
65+
"symfony/cache": "^6.4 || ^7.1 || ^8.0",
66+
"symfony/dom-crawler": "^6.4 || ^7.1 || ^8.0",
67+
"symfony/framework-bundle": "^6.4 || ^7.1 || ^8.0",
68+
"symfony/http-foundation": "^6.4 || ^7.1 || ^8.0",
69+
"symfony/stopwatch": "^6.4 || ^7.1 || ^8.0",
70+
"symfony/twig-bundle": "^6.4 || ^7.1 || ^8.0",
71+
"symfony/web-profiler-bundle": "^6.4 || ^7.1 || ^8.0",
7272
"twig/twig": "^1.41 || ^2.10 || ^3.0"
7373
},
7474
"suggest": {

0 commit comments

Comments
 (0)