Skip to content

Commit 98dc325

Browse files
authored
Merge pull request #29 from nikophil/chore/sf-8
2 parents b9a37a5 + f555461 commit 98dc325

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"require": {
1515
"php": ">=8.0",
1616
"symfony/polyfill-php81": "^1.23",
17-
"symfony/var-exporter": "^5.4|^6.0|^7.0"
17+
"symfony/var-exporter": "^5.4|^6.0|^7.0|^8.0"
1818
},
1919
"require-dev": {
2020
"phpstan/phpstan": "^1.4",
2121
"phpunit/phpunit": "^9.5.21",
22-
"symfony/phpunit-bridge": "^6.3|^7.0"
22+
"symfony/phpunit-bridge": "^6.3|^7.0|^8.0"
2323
},
2424
"config": {
2525
"preferred-install": "dist",
@@ -30,5 +30,6 @@
3030
},
3131
"autoload-dev": {
3232
"psr-4": { "Zenstruck\\Assert\\Tests\\": "tests/" }
33-
}
33+
},
34+
"minimum-stability": "beta"
3435
}

0 commit comments

Comments
 (0)