Skip to content

Commit f231fa4

Browse files
committed
BUGFIX: Require the correct neos/flow package
1 parent cd403eb commit f231fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Plain PHP search engine using sqlite3 as storage backend.",
55
"license": "MIT",
66
"require": {
7-
"typo3/flow": "~4.0 || ^5.0 || dev-master"
7+
"neos/flow": "~4.0 || ^5.0 || dev-master"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)