Skip to content

Commit 0a5e726

Browse files
committed
chore: support Symfony 8
1 parent ff0152e commit 0a5e726

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
uses: zenstruck/.github/.github/workflows/php-test-symfony.yml@main
11+
uses: nikophil/.github-1/.github/workflows/php-test-symfony.yml@chore/sf-8
1212

1313
code-coverage:
1414
uses: zenstruck/.github/.github/workflows/php-coverage-codecov.yml@main

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=8.0",
1616
"behat/mink": "^1.8",
17-
"symfony/browser-kit": "^5.4|^6.0|^7.0",
18-
"symfony/css-selector": "^5.4|^6.0|^7.0",
19-
"symfony/dom-crawler": "^5.4|^6.0|^7.0",
20-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
17+
"symfony/browser-kit": "^5.4|^6.0|^7.0|^8.0",
18+
"symfony/css-selector": "^5.4|^6.0|^7.0|^8.0",
19+
"symfony/dom-crawler": "^5.4|^6.0|^7.0|^8.0",
20+
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
2121
"zenstruck/assert": "^1.1",
2222
"zenstruck/callback": "^1.4.2"
2323
},
@@ -27,10 +27,10 @@
2727
"mtdowling/jmespath.php": "^2.6",
2828
"phpstan/phpstan": "^1.4",
2929
"phpunit/phpunit": "^9.6.21|^10.4",
30-
"symfony/mime": "^5.4|^6.0|^7.0",
30+
"symfony/mime": "^5.4|^6.0|^7.0|^8.0",
3131
"symfony/panther": "^1.1|^2.0.1",
32-
"symfony/phpunit-bridge": "^6.0|^7.0",
33-
"symfony/security-bundle": "^5.4|^6.0|^7.0"
32+
"symfony/phpunit-bridge": "^6.0|^7.0|^8.0",
33+
"symfony/security-bundle": "^5.4|^6.0|^7.0|^8.0"
3434
},
3535
"suggest": {
3636
"justinrainbow/json-schema": "Json schema validator. Needed to use Json::assertMatchesSchema().",
@@ -46,6 +46,6 @@
4646
"autoload-dev": {
4747
"psr-4": { "Zenstruck\\Browser\\Tests\\": "tests/" }
4848
},
49-
"minimum-stability": "dev",
49+
"minimum-stability": "beta",
5050
"prefer-stable": true
5151
}

0 commit comments

Comments
 (0)