Skip to content

Commit

Permalink
TASK: Less strict dependnecy on typo3/flow
Browse files Browse the repository at this point in the history
This is needed to allow installation of the master branch using
composer in combination with dev-master of Flow.
  • Loading branch information
kdambekalns committed Jun 15, 2016
1 parent 25d0869 commit b3cb4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "LGPL-3.0+",
"description": "Extensible and flexible API for building web forms",
"require": {
"typo3/flow": "~3.0"
"typo3/flow": "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit b3cb4ac

Please sign in to comment.