File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.3]
17
- laravel : [11 .*]
17
+ laravel : [12 .*]
18
18
stability : [prefer-stable]
19
19
include :
20
- - laravel : 11 .*
21
- testbench : 9 .*
22
- carbon : ^2.63
20
+ - laravel : 12 .*
21
+ testbench : 10 .*
22
+ carbon : ^3.8.4
23
23
24
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
25
Original file line number Diff line number Diff line change 7
7
8
8
[ ![ Vue v3.x] ( https://img.shields.io/badge/Vue.js-v3.x-2f4053?style=for-the-badge&logo=vue.js&logoColor=39af78 )] ( https://vuejs.org/ )
9
9
[ ![ Inertia.js v2.x] ( https://img.shields.io/badge/Inertia.js-v2.x-6765ea?style=for-the-badge&logo=inertia&logoColor=ffffff )] ( https://inertiajs.com/ )
10
- [ ![ Laravel v11 .x] ( https://img.shields.io/badge/Laravel-v11 .x-FF2D20?style=for-the-badge&logo=laravel )] ( https://laravel.com )
10
+ [ ![ Laravel v12 .x] ( https://img.shields.io/badge/Laravel-v12 .x-FF2D20?style=for-the-badge&logo=laravel )] ( https://laravel.com )
11
11
[ ![ Tailwind CSS v4.x] ( https://img.shields.io/badge/Tailwind%20CSS-v4.x-31b5f7?style=for-the-badge&logo=tailwind-css&logoColor=ffffff )] ( https://tailwindcss.com/ )
12
12
[ ![ Tests passing] ( https://img.shields.io/badge/Tests-passing-green?style=for-the-badge&logo=github )] ( https://github.com/daniel-cintra/modular-blog/actions )
13
13
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "daniel-cintra/modular" : " ^0.4.7 " ,
20
- "cviebrock/eloquent-sluggable" : " ^11 .0"
19
+ "daniel-cintra/modular" : " ^0.4.11 " ,
20
+ "cviebrock/eloquent-sluggable" : " ^12 .0"
21
21
},
22
22
"require-dev" : {
23
23
"laravel/pint" : " ^1.13" ,
24
- "orchestra/testbench" : " ^9 .0" ,
25
- "pestphp/pest" : " ^3.0 " ,
26
- "pestphp/pest-plugin-laravel" : " ^3.0 "
24
+ "orchestra/testbench" : " ^10 .0" ,
25
+ "pestphp/pest" : " ^3.7 " ,
26
+ "pestphp/pest-plugin-laravel" : " ^3.1 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments