Skip to content

Commit

Permalink
[TASK] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed May 28, 2019
1 parent 96f2a7b commit ba530c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": ["GPL-3.0-or-later"],
"require": {
"php": ">=7.0.0 <=7.2.99",
"typo3/cms-core": "^8.7.0 || ^9"
"typo3/cms-core": "^8.7 || ^9.5"
},
"require-dev": {
"namelesscoder/typo3-repository-client": "^1.2",
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'GS Library',
'description' => 'GS Library is a collection of utility functions, base classes and other templates for the usage in other extensions.',
'version' => '0.0.8',
'version' => '0.0.9',
'category' => 'misc',
'constraints' => [
'depends' => [
'php' => '7.0.0-0.0.0',
'typo3' => '8.7.0-9.9.99',
'php' => '7.0.0-7.2.99',
'typo3' => '8.7.0-9.5.99',
],
'conflicts' => [],
'suggests' => [],
Expand All @@ -51,4 +51,4 @@
'Gilbertsoft\\Lib\\Tests\\' => 'Tests',
],
],
];
];

0 comments on commit ba530c9

Please sign in to comment.