Skip to content

Commit

Permalink
Add missing gslib dependency to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Aug 26, 2018
1 parent bd2a33d commit 51c54cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"issues": "https://github.com/gilbertsoft/typo3-gsprotectedconfig/issues"
},
"require": {
"typo3/cms-core": "^6.2.0 || ^7.6.0 || ^8.7.0 || ^9"
"typo3/cms-core": "^6.2.0 || ^7.6.0 || ^8.7.0 || ^9",
"gilbertsoft/typo3-gslib": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 51c54cb

Please sign in to comment.