Skip to content

Commit

Permalink
BUGFIX: Broken composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeyer committed Jul 11, 2017
1 parent 42e3a15 commit f0cdf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type": "neos-package",
"description": "Helper package to import data in the Neos content repository",
"require": {
"neos/neos": ">3.0"
"neos/neos": ">3.0",
"ezyang/htmlpurifier": "*",
"cocur/slugify": "*",
"cocur/slugify": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f0cdf8f

Please sign in to comment.