File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 3
3
Desktop.ini
4
4
Thumbs.db
5
5
* ~
6
+ /composer.lock
7
+ /public
8
+ /vendor
Original file line number Diff line number Diff line change 33
33
"source" : " https://github.com/plan2net/sierrha/"
34
34
},
35
35
"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"
39
39
},
40
40
"require-dev" : {
41
- "typo3/testing-framework" : " ^4.0 || ^6.0 "
41
+ "typo3/testing-framework" : " * "
42
42
},
43
43
"autoload" : {
44
44
"psr-4" : {
54
54
"typo3/cms" : {
55
55
"extension-key" : " sierrha"
56
56
}
57
+ },
58
+ "config" : {
59
+ "allow-plugins" : {
60
+ "typo3/class-alias-loader" : true ,
61
+ "typo3/cms-composer-installers" : true
62
+ }
57
63
}
58
64
}
Original file line number Diff line number Diff line change 8
8
'author_email ' =>
'[email protected] ' ,
9
9
'author_company ' => 'plan2net GmbH ' ,
10
10
'state ' => 'stable ' ,
11
- 'version ' => '0.4.2 ' ,
11
+ 'version ' => '0.4.3 ' ,
12
12
'constraints ' => [
13
13
'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 ' ,
16
16
],
17
17
'conflicts ' => [],
18
18
'suggests ' => [],
You can’t perform that action at this time.
0 commit comments