We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cec043a + e7fae1f commit 5291deeCopy full SHA for 5291dee
.github/workflows/tests.yml
@@ -22,6 +22,8 @@ jobs:
22
symfony-version: 4.4.*
23
- php: '8.0'
24
symfony-version: 5.4.*
25
+ - php: '8.0'
26
+ symfony-version: 6.0.*
27
28
steps:
29
- name: Checkout code
composer.json
@@ -12,7 +12,7 @@
12
],
13
"require": {
14
"php": "^7.3 || ^8.0",
15
- "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0",
+ "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0",
16
"php-http/client-common": "^1.9 || ^2.0"
17
},
18
"require-dev": {
0 commit comments