We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365b0b2 commit a1d7658Copy full SHA for a1d7658
.github/workflows/test.yaml
@@ -52,6 +52,10 @@ jobs:
52
dependencies: highest
53
allowed-to-fail: false
54
variant: sonata-project/form-extensions:"2.0.0-alpha-1"
55
+ - php-version: '8.2'
56
+ dependencies: highest
57
+ allowed-to-fail: false
58
+ variant: sonata-project/block-bundle:"5.0.0-alpha-1"
59
- php-version: '8.2'
60
61
composer.json
@@ -66,7 +66,7 @@
66
"psalm/plugin-symfony": "^5.0",
67
"rector/rector": "^0.16",
68
"sonata-project/admin-bundle": "^4.20",
69
- "sonata-project/block-bundle": "^4.11",
+ "sonata-project/block-bundle": "^4.11 || ^5.0",
70
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
71
"symfony/browser-kit": "^5.4 || ^6.2",
72
"symfony/console": "^5.4 || ^6.2",
0 commit comments