Skip to content

Commit

Permalink
[TASK] Support TYPO3 10.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Oct 1, 2019
1 parent 5da7d4a commit 96846e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ with the required entry scripts.

Additional TYPO3 core extensions can subsequently be added with composer.

E.g.: `composer require typo3/cms-felogin`
E.g.: `composer require typo3/cms-felogin`
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"news": "nntp://lists.typo3.org"
},
"require": {
"typo3/cms-backend": "10.0.*@dev",
"typo3/cms-core": "10.0.*@dev",
"typo3/cms-extbase": "10.0.*@dev",
"typo3/cms-extensionmanager": "10.0.*@dev",
"typo3/cms-filelist": "10.0.*@dev",
"typo3/cms-fluid": "10.0.*@dev",
"typo3/cms-frontend": "10.0.*@dev",
"typo3/cms-install": "10.0.*@dev",
"typo3/cms-recordlist": "10.0.*@dev"
"typo3/cms-backend": "10.1.*@dev",
"typo3/cms-core": "10.1.*@dev",
"typo3/cms-extbase": "10.1.*@dev",
"typo3/cms-extensionmanager": "10.1.*@dev",
"typo3/cms-filelist": "10.1.*@dev",
"typo3/cms-fluid": "10.1.*@dev",
"typo3/cms-frontend": "10.1.*@dev",
"typo3/cms-install": "10.1.*@dev",
"typo3/cms-recordlist": "10.1.*@dev"
},
"extra": {
"branch-alias": {
"dev-master": "10.0.x-dev"
"dev-master": "10.1.x-dev"
}
}
}

0 comments on commit 96846e5

Please sign in to comment.