Skip to content

Commit a1d7658

Browse files
Add support for BlockBundle 5.0 (#1646)
1 parent 365b0b2 commit a1d7658

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
dependencies: highest
5353
allowed-to-fail: false
5454
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"
5559
- php-version: '8.2'
5660
dependencies: highest
5761
allowed-to-fail: false

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"psalm/plugin-symfony": "^5.0",
6767
"rector/rector": "^0.16",
6868
"sonata-project/admin-bundle": "^4.20",
69-
"sonata-project/block-bundle": "^4.11",
69+
"sonata-project/block-bundle": "^4.11 || ^5.0",
7070
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
7171
"symfony/browser-kit": "^5.4 || ^6.2",
7272
"symfony/console": "^5.4 || ^6.2",

0 commit comments

Comments
 (0)