Skip to content

Commit 06c150b

Browse files
committed
[FEATURE] Update dependencies for TYPO3 CMS 13 and PHP 8
1 parent a67cf64 commit 06c150b

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
Desktop.ini
44
Thumbs.db
55
*~
6+
/composer.lock
7+
/public
8+
/vendor

composer.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"source": "https://github.com/plan2net/sierrha/"
3434
},
3535
"require": {
36-
"php": "^7.2 || ^8.1",
37-
"typo3/cms-backend": "^9.5 || ^10.4 || ^11.5 || ^12.4",
38-
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5 || ^12.4"
36+
"php": ">=8.2",
37+
"typo3/cms-backend": "^13.4",
38+
"typo3/cms-frontend": "^13.4"
3939
},
4040
"require-dev": {
41-
"typo3/testing-framework": "^4.0 || ^6.0"
41+
"typo3/testing-framework": "*"
4242
},
4343
"autoload": {
4444
"psr-4": {
@@ -54,5 +54,11 @@
5454
"typo3/cms": {
5555
"extension-key": "sierrha"
5656
}
57+
},
58+
"config": {
59+
"allow-plugins": {
60+
"typo3/class-alias-loader": true,
61+
"typo3/cms-composer-installers": true
62+
}
5763
}
5864
}

ext_emconf.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author_email' => '[email protected]',
99
'author_company' => 'plan2net GmbH',
1010
'state' => 'stable',
11-
'version' => '0.4.2',
11+
'version' => '0.4.3',
1212
'constraints' => [
1313
'depends' => [
14-
'backend' => '9.5.0 - 12.4.99',
15-
'frontend' => '9.5.0 - 12.4.99',
14+
'backend' => '13.4.0 - 13.4.99',
15+
'frontend' => '13.4.0 - 13.4.99',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)