File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- laravel : ['^10', '^11']
16
- php : ['8.2', '8.3', '8.4']
17
- stability : ['prefer-lowest', 'prefer-stable']
15
+ laravel : [ '^10', '^11', '^12' ]
16
+ php : [ '8.2', '8.3', '8.4' ]
17
+ stability : [ 'prefer-lowest', 'prefer-stable' ]
18
18
19
19
name : Laravel ${{ matrix.laravel }} - PHP ${{ matrix.php }} - ${{ matrix.stability }}
20
20
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^8.2" ,
15
- "illuminate/support" : " ^10.0|^11.0" ,
16
- "illuminate/container" : " ^10.0|^11.0" ,
17
- "illuminate/database" : " ^10.0|^11.0" ,
18
- "illuminate/events" : " ^10.0|^11.0"
19
- },
20
- "require-dev" : {
21
- "phpunit/phpunit" : " ^10.0|^11.0" ,
22
- "orchestra/testbench" : " ^8.0|^9.0"
23
- },
15
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
16
+ "illuminate/container" : " ^10.0|^11.0|^12.0 " ,
17
+ "illuminate/database" : " ^10.0|^11.0|^12.0 " ,
18
+ "illuminate/events" : " ^10.0|^11.0|^12.0 "
19
+ },
20
+ "require-dev" : {
21
+ "phpunit/phpunit" : " ^10.0|^11.0|^12.0 " ,
22
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 "
23
+ },
24
24
"autoload" : {
25
25
"psr-4" : {
26
26
"Askedio\\ SoftCascade\\ " : " src/"
You can’t perform that action at this time.
0 commit comments