Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankellermayr committed Jul 20, 2023
1 parent 38915c1 commit 4974c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": ">=7.4.0",
"typo3/cms-core": "^10.4 || ^11",
"quellenform/t3x-iconpack": "^0.2 || @dev"
"quellenform/t3x-iconpack": "^0.2 || ^0.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'constraints' => [
'depends' => [
'typo3' => '10.4.11-11.5.99',
'iconpack' => '0.2.0-0.2.99'
'iconpack' => '0.2.0-0.3.99'
],
'conflicts' => [],
'suggests' => []
Expand Down

0 comments on commit 4974c96

Please sign in to comment.