Skip to content

Commit

Permalink
[WIP] Upgrade v13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaaline committed Jan 15, 2025
1 parent ee1b79b commit 762adca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: publications-v12
type: php
docroot: .build/public
php_version: "8.1"
php_version: "8.2"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down
3 changes: 2 additions & 1 deletion Classes/Import/Importer/BibImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class BibImporter extends AbstractImporter
'ISSN' => 'issn',
'ISBN' => 'isbn',
'misc' => 'miscellaneous',
'misc2' => 'miscellaneous2'
'misc2' => 'miscellaneous2',
'Title' => 'title'
];

/**
Expand Down
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-simplexml": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*",
"renanbr/bibtex-parser": "^2",
"typo3/cms-core": "^12.4"
"typo3/cms-core": "^13.4"
},
"replace": {
"typo3-ter/publications": "self.version"
Expand All @@ -49,22 +49,22 @@
"helhum/typo3-console": "^8.0",
"helmich/typo3-typoscript-lint": "^3",
"squizlabs/php_codesniffer": "^3.3",
"typo3/cms-belog": "^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-lowlevel": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-scheduler": "^12.4",
"typo3/cms-setup": "^12.4",
"typo3/cms-styleguide": "^12.4",
"typo3/cms-t3editor": "^12.4",
"typo3/cms-tstemplate": "^12.4",
"typo3/cms-belog": "^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-lowlevel": "^13.4",
"typo3/cms-rte-ckeditor": "^13.4",
"typo3/cms-scheduler": "^13.4",
"typo3/cms-setup": "^13.4",
"typo3/cms-styleguide": "^13.4",
"typo3/cms-t3editor": "^13.4",
"typo3/cms-tstemplate": "^13.4",
"undefined/translate-locallang": "^2.9"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 762adca

Please sign in to comment.