Skip to content

Commit

Permalink
TASK: Require version of redirecthandler that supports underscores in…
Browse files Browse the repository at this point in the history
… sourceuri
  • Loading branch information
Sebobo committed Oct 22, 2019
1 parent 32a3e23 commit 999f425
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
Expand Up @@ -7,8 +7,8 @@
"webexcess/redirecthandler-backend": "*"
},
"require": {
"neos/redirecthandler": "~3.0 || ~4.0",
"neos/neos": "~4.3 || ~5.0",
"neos/redirecthandler": "^3.0.1 || ^4.0.2",
"neos/neos": "~4.3 || ~5.0",
"ext-json": "*"
},
"autoload": {
Expand Down Expand Up @@ -106,4 +106,4 @@
"Neos.NodeTypes-20190917101945"
]
}
}
}

0 comments on commit 999f425

Please sign in to comment.