Skip to content

Commit 84c2b29

Browse files
committed
Feature: update symfony/console
1 parent b14edc2 commit 84c2b29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=8.1",
1515
"neos/neos": "^8.3",
1616
"neos/neos-ui": "^8.3",
17-
"symfony/console": "^4.2 || ^5.1"
17+
"symfony/console": "^4.2 || ^5.1 || ^6.1"
1818
},
1919
"suggest": {
2020
"shel/neos-commandbar": "The terminal provides a plugin integration for the Neos command bar"
@@ -28,5 +28,10 @@
2828
"neos": {
2929
"package-key": "Shel.Neos.Terminal"
3030
}
31+
},
32+
"config": {
33+
"allow-plugins": {
34+
"neos/composer-plugin": true
35+
}
3136
}
3237
}

0 commit comments

Comments
 (0)