Skip to content

Commit

Permalink
TASK: Update package type and flow requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Jan 20, 2017
1 parent 34f39bd commit 2edf6d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitegeist/magicwand",
"type": "typo3-flow-package",
"type": "neos-package",
"description": "Tools that make the Flow/Neos development easier",
"license": "MIT",
"authors": [
Expand All @@ -16,7 +16,7 @@
}
],
"require": {
"typo3/flow": "*"
"neos/flow": "*"
},
"autoload": {
"psr-0": {
Expand Down Expand Up @@ -94,4 +94,4 @@
"Neos.Fusion-20170120013047"
]
}
}
}

0 comments on commit 2edf6d7

Please sign in to comment.