Skip to content

Commit

Permalink
[TASK] Sorten out bootstrap package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed Jul 22, 2019
1 parent 2761b16 commit c143fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"typo3/cms-form": "^10.0",
"typo3/cms-indexed-search": "^10.0",
"typo3/cms-felogin": "^10.0",
"bk2k/bootstrap-package": "^11.0"
"bk2k/bootstrap-package": "~11.0.0"
},
"replace": {
"introduction": "*"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -12,7 +12,7 @@
'constraints' => array(
'depends' => array(
'typo3' => '10.0.0-10.4.99',
'bootstrap_package' => '11.0.0-11.9.99'
'bootstrap_package' => '11.0.0-11.0.99'
),
'conflicts' => array(),
'suggests' => array(),
Expand Down

0 comments on commit c143fc7

Please sign in to comment.