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 b9a37a5 + f555461 commit 98dc325Copy full SHA for 98dc325
1 file changed
composer.json
@@ -14,12 +14,12 @@
14
"require": {
15
"php": ">=8.0",
16
"symfony/polyfill-php81": "^1.23",
17
- "symfony/var-exporter": "^5.4|^6.0|^7.0"
+ "symfony/var-exporter": "^5.4|^6.0|^7.0|^8.0"
18
},
19
"require-dev": {
20
"phpstan/phpstan": "^1.4",
21
"phpunit/phpunit": "^9.5.21",
22
- "symfony/phpunit-bridge": "^6.3|^7.0"
+ "symfony/phpunit-bridge": "^6.3|^7.0|^8.0"
23
24
"config": {
25
"preferred-install": "dist",
@@ -30,5 +30,6 @@
30
31
"autoload-dev": {
32
"psr-4": { "Zenstruck\\Assert\\Tests\\": "tests/" }
33
- }
+ },
34
+ "minimum-stability": "beta"
35
}
0 commit comments