Skip to content

Commit 36e9ea8

Browse files
authored
only add ^3.0 variant (#3001)
1 parent 33405b5 commit 36e9ea8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/projects.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,14 @@ translation-bundle:
186186
branches:
187187
4.x:
188188
php: ['8.2', '8.3', '8.4', '8.5']
189-
target_php: '8.3' #due to knplabs/doctrine-behaviors variant
190189
variants:
191190
symfony/symfony: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
192-
knplabs/doctrine-behaviors: ['^2.6.2', '^3.0']
191+
knplabs/doctrine-behaviors: ['^3.0']
193192
3.x:
194193
php: ['8.2', '8.3', '8.4', '8.5']
195-
target_php: '8.3' #due to knplabs/doctrine-behaviors variant
196194
variants:
197195
symfony/symfony: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
198-
knplabs/doctrine-behaviors: ['^2.6.2', '^3.0']
196+
knplabs/doctrine-behaviors: ['^3.0']
199197

200198
twig-extensions:
201199
documentation_badge_slug: sonata-project-twig-extensions

0 commit comments

Comments
 (0)