Skip to content

Commit

Permalink
[TASK] Use Core 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed Apr 23, 2024
1 parent a68473f commit 95deb08
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Get going quickly with TYPO3 CMS.

## Prerequisites

* PHP 8.1
* PHP 8.2
* [Composer](https://getcomposer.org/download/)

## Quickstart
Expand Down
51 changes: 25 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,30 @@
"sort-packages": true
},
"require": {
"doctrine/dbal": "4.0.0-RC2@rc",
"typo3/cms-backend": "^13.0.0",
"typo3/cms-belog": "^13.0.0",
"typo3/cms-beuser": "^13.0.0",
"typo3/cms-core": "^13.0.0",
"typo3/cms-dashboard": "^13.0.0",
"typo3/cms-extbase": "^13.0.0",
"typo3/cms-extensionmanager": "^13.0.0",
"typo3/cms-felogin": "^13.0.0",
"typo3/cms-filelist": "^13.0.0",
"typo3/cms-fluid": "^13.0.0",
"typo3/cms-fluid-styled-content": "^13.0.0",
"typo3/cms-form": "^13.0.0",
"typo3/cms-frontend": "^13.0.0",
"typo3/cms-impexp": "^13.0.0",
"typo3/cms-info": "^13.0.0",
"typo3/cms-install": "^13.0.0",
"typo3/cms-reactions": "^13.0.0",
"typo3/cms-rte-ckeditor": "^13.0.0",
"typo3/cms-seo": "^13.0.0",
"typo3/cms-setup": "^13.0.0",
"typo3/cms-sys-note": "^13.0.0",
"typo3/cms-t3editor": "^13.0.0",
"typo3/cms-tstemplate": "^13.0.0",
"typo3/cms-viewpage": "^13.0.0",
"typo3/cms-webhooks": "^13.0.0"
"typo3/cms-backend": "^13.1",
"typo3/cms-belog": "^13.1",
"typo3/cms-beuser": "^13.1",
"typo3/cms-core": "^13.1",
"typo3/cms-dashboard": "^13.1",
"typo3/cms-extbase": "^13.1",
"typo3/cms-extensionmanager": "^13.1",
"typo3/cms-felogin": "^13.1",
"typo3/cms-filelist": "^13.1",
"typo3/cms-fluid": "^13.1",
"typo3/cms-fluid-styled-content": "^13.1",
"typo3/cms-form": "^13.1",
"typo3/cms-frontend": "^13.1",
"typo3/cms-impexp": "^13.1",
"typo3/cms-info": "^13.1",
"typo3/cms-install": "^13.1",
"typo3/cms-reactions": "^13.1",
"typo3/cms-rte-ckeditor": "^13.1",
"typo3/cms-seo": "^13.1",
"typo3/cms-setup": "^13.1",
"typo3/cms-sys-note": "^13.1",
"typo3/cms-t3editor": "^13.1",
"typo3/cms-tstemplate": "^13.1",
"typo3/cms-viewpage": "^13.1",
"typo3/cms-webhooks": "^13.1"
}
}

0 comments on commit 95deb08

Please sign in to comment.