Skip to content

Commit

Permalink
[BUGFIX] fix version requirement in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IndyIndyIndy committed Jan 23, 2019
1 parent 44b5839 commit 4a95842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"role": "Developer"
}
],
"version": "1.0.1",
"license": ["GPL-2.0-or-later"],
"version": "1.0.2",
"require": {
"typo3/cms-core": "^8.7"
"typo3/cms-core": "^8.7.0|| ^9.5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4a95842

Please sign in to comment.