Skip to content

Commit

Permalink
TASK: Allow Neos 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Mar 29, 2022
1 parent 41d703c commit 6a8c1f8
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 @@
"description": "Plain PHP search engine using sqlite3 or MySQL as storage backend.",
"license": "MIT",
"require": {
"neos/flow": "^5.0 || ^6.0 || ^7.0 || dev-master"
"neos/flow": "^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6a8c1f8

Please sign in to comment.