Skip to content

Commit

Permalink
[TASK] neos 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Höchtl committed Dec 30, 2018
1 parent b60ee94 commit 31bfa4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Root.fusion
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
prototype(Neos.NodeTypes:Form) {
prototype(Neos.NodeTypes.Form:Form) {
presetName = 'bootstrap'
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"type": "neos-package",
"license": "MIT",
"name": "onedrop/bootstrapform",
"type": "neos-package",
"description": "Plugin providing a bootstrap 4 form preset",
"license": "MIT",
"require": {
"neos/flow": "^4.0",
"neos/neos": "^3.0"
"neos/flow": "^5.0",
"neos/neos": "^4.0"
},
"extra": {
"neos": {
Expand Down

0 comments on commit 31bfa4f

Please sign in to comment.