Skip to content

Commit 5291dee

Browse files
authored
Merge pull request #22 from ruudk/sf-6
Support for symfony 6
2 parents cec043a + e7fae1f commit 5291dee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
symfony-version: 4.4.*
2323
- php: '8.0'
2424
symfony-version: 5.4.*
25+
- php: '8.0'
26+
symfony-version: 6.0.*
2527

2628
steps:
2729
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.3 || ^8.0",
15-
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0",
15+
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0",
1616
"php-http/client-common": "^1.9 || ^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)