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.
1 parent b2fc1b5 commit afe53d1Copy full SHA for afe53d1
.github/workflows/phpunit.yml
@@ -9,8 +9,8 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ "8.1", "8.2" ]
13
- symfony: [ "5.3", "6.0" ]
+ php: [ "8.1", "8.2", "8.3" ]
+ symfony: [ "5.3", "6.0", "7.0" ]
14
15
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
16
composer.json
@@ -47,11 +47,11 @@
47
"require": {
48
"php": "^8.1",
49
"dragon-code/support": "^6.10",
50
- "symfony/console": "^5.3 || ^6.0"
+ "symfony/console": "^5.3 || ^6.0 || ^7.0"
51
},
52
"require-dev": {
53
"phpunit/phpunit": "^10.0",
54
- "symfony/var-dumper": "^5.3 || ^6.0"
+ "symfony/var-dumper": "^5.3 || ^6.0 || ^7.0"
55
56
"minimum-stability": "stable",
57
"prefer-stable": true,
0 commit comments