File tree Expand file tree Collapse file tree 4 files changed +403
-472
lines changed Expand file tree Collapse file tree 4 files changed +403
-472
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : true
11
11
matrix :
12
12
os : [ubuntu-latest]
13
- php : [8.2, 8.3 ]
13
+ php : [8.4 ]
14
14
dependency-version : [prefer-stable]
15
15
16
16
name : Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 12
12
fail-fast : true
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- php : [8.2, 8.3, 8. 4]
15
+ php : [8.4]
16
16
laravel : ['12.*']
17
17
dependency-version : [prefer-stable]
18
18
Original file line number Diff line number Diff line change 20
20
"source" : " https://github.com/devanoxltd/tailwind-class-merge-laravel"
21
21
},
22
22
"require" : {
23
- "php" : " ^8.2 .0" ,
24
- "laravel/framework" : " ^v12.1 " ,
23
+ "php" : " ^8.4 .0" ,
24
+ "laravel/framework" : " ^v12.12 " ,
25
25
"devanoxltd/tailwind-class-merge-php" : " ^v3.0"
26
26
},
27
27
"require-dev" : {
28
- "laravel/pint" : " ^v1.21 " ,
29
- "orchestra/testbench" : " ^ v10.0 " ,
30
- "pestphp/pest" : " ^ v3.7 " ,
31
- "pestphp/pest-plugin-arch" : " ^3.0 " ,
32
- "phpstan/phpstan" : " ^2.1" ,
33
- "symfony/var-dumper" : " ^ v7.2"
28
+ "laravel/pint" : " ^v1.22 " ,
29
+ "orchestra/testbench" : " v10.2.2 " ,
30
+ "pestphp/pest" : " v3.8.2 " ,
31
+ "pestphp/pest-plugin-arch" : " ^v3.1.1 " ,
32
+ "phpstan/phpstan" : " ^2.1.14 " ,
33
+ "symfony/var-dumper" : " v7.2.6 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments