Skip to content

Commit

Permalink
[TASK] Update local environment settings for TYPO3 12
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Dec 8, 2024
1 parent 452d6f1 commit a56cac5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified .project/data/db.sql.gz
Binary file not shown.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@
}
},
"require-dev": {
"typo3/cms-core": "^13.4",
"typo3/cms-extbase": "^13.4",
"typo3/cms-extensionmanager": "^13.4",
"typo3/cms-felogin": "^13.4",
"typo3/cms-filelist": "^13.4",
"typo3/cms-fluid-styled-content": "^13.4",
"typo3/cms-frontend": "^13.4",
"typo3/cms-info": "^13.4",
"typo3/cms-install": "^13.4",
"typo3/cms-recordlist": "^13.4",
"typo3/cms-rte-ckeditor": "^13.4",
"typo3/cms-scheduler": "^13.4",
"typo3/cms-setup": "^13.4",
"typo3/cms-t3editor": "^13.4",
"typo3/cms-tstemplate": "^13.4",
"typo3/cms-lowlevel": "^13.4",
"typo3/cms-adminpanel": "^13.4",
"typo3/cms-belog": "^13.4",
"typo3/cms-beuser": "^13.4",
"typo3/cms-dashboard": "^13.4",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-extensionmanager": "^12.4",
"typo3/cms-felogin": "^12.4",
"typo3/cms-filelist": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-info": "^12.4",
"typo3/cms-install": "^12.4",
"typo3/cms-recordlist": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-scheduler": "^12.4",
"typo3/cms-setup": "^12.4",
"typo3/cms-t3editor": "^12.4",
"typo3/cms-tstemplate": "^12.4",
"typo3/cms-lowlevel": "^12.4",
"typo3/cms-adminpanel": "^12.4",
"typo3/cms-belog": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-dashboard": "^12.4",
"typo3/testing-framework": "^8.2",
"symfony/config": ">6.2.0",
"mikey179/vfsstream": "^1.6",
Expand Down

0 comments on commit a56cac5

Please sign in to comment.