File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 27
27
fail-fast : false
28
28
matrix :
29
29
php-version :
30
- - 8.0
30
+ - 8.0
31
+ - 8.1
32
+ - 8.2
Original file line number Diff line number Diff line change 5
5
"license" : " GPL-3.0-or-later" ,
6
6
"require" : {
7
7
"php" : " ^8.0" ,
8
- "typo3/cms-core" : " ^11.4" ,
8
+ "typo3/cms-core" : " ^11.4 || ^12.4 " ,
9
9
"b13/container" : " 1.6.* || 2.0.* || 2.1.* || 2.2.*" ,
10
- "friendsoftypo3/headless" : " ^3.0"
10
+ "friendsoftypo3/headless" : " ^3.0 || ^4.0 "
11
11
},
12
12
"require-dev" : {
13
13
"roave/security-advisories" : " dev-latest" ,
Original file line number Diff line number Diff line change 9
9
'version ' => '1.0.0-beta ' ,
10
10
'constraints ' => [
11
11
'depends ' => [
12
- 'typo3 ' => '11.5.0-11.5.99 ' ,
12
+ 'typo3 ' => '11.5.0-12.99.9 ' ,
13
13
'container ' => '3.0.4-3.99.99 ' ,
14
14
'headless ' => '1.6.0-1.99.99 ' ,
15
15
]
You can’t perform that action at this time.
0 commit comments