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 10
10
matrix :
11
11
include :
12
12
- php : 8.4
13
- laravel : ^11.0
13
+ laravel : ^12.0
14
+ - php : 8.3
15
+ laravel : ^12.0
14
16
- php : 8.3
15
17
laravel : ^11.0
16
18
- php : 8.2
Original file line number Diff line number Diff line change @@ -155,4 +155,4 @@ Sites in the wild that uses Ampersand
155
155
156
156
The MIT License (MIT). Please see the [ LICENSE.md] ( LICENSE.md ) for more information.
157
157
158
- © 2021 [ Marcus Olsson] ( https://marcusolsson.me ) .
158
+ © 2021-2025 [ Marcus Olsson] ( https://marcusolsson.me ) .
Original file line number Diff line number Diff line change 10
10
"license" : " MIT" ,
11
11
"minimum-stability" : " stable" ,
12
12
"require" : {
13
- "laravel/framework" : " ^9|^10|^11" ,
13
+ "laravel/framework" : " ^9|^10|^11|^12 " ,
14
14
"spatie/sheets" : " ^1.10"
15
15
},
16
16
"require-dev" : {
17
17
"orchestra/testbench" : " >=6.15" ,
18
18
"phpstan/phpstan" : " ^2.0" ,
19
- "phpunit/phpunit" : " <11 " ,
19
+ "phpunit/phpunit" : " * " ,
20
20
"squizlabs/php_codesniffer" : " ^3.5"
21
21
},
22
22
"autoload" : {
You can’t perform that action at this time.
0 commit comments