File tree 5 files changed +1514
-1431
lines changed
5 files changed +1514
-1431
lines changed Original file line number Diff line number Diff line change 15
15
16
16
strategy :
17
17
matrix :
18
- php-versions : ['8.2', '8.3']
18
+ php-versions : ['8.2', '8.3', '8.4' ]
19
19
20
20
steps :
21
21
- name : Checkout code
Original file line number Diff line number Diff line change 1
- FROM serversideup/php:8.3 -fpm-nginx-alpine
1
+ FROM serversideup/php:8.4 -fpm-nginx-alpine
2
2
3
3
ENV PHP_OPCACHE_ENABLE=1
4
4
Original file line number Diff line number Diff line change 1
- FROM serversideup/php:8.3 -fpm-nginx-alpine
1
+ FROM serversideup/php:8.4 -fpm-nginx-alpine
2
2
3
3
ENV PHP_OPCACHE_ENABLE=1
4
4
ENV NGINX_WEBROOT=/var/www/html/public
Original file line number Diff line number Diff line change 11
11
"barryvdh/laravel-dompdf" : " ^3.0" ,
12
12
"brick/money" : " ^0.8.0" ,
13
13
"doctrine/dbal" : " ^3.6" ,
14
- "druc/laravel-langscanner" : " ^2.2 " ,
14
+ "druc/laravel-langscanner" : " dev-l12-compatibility " ,
15
15
"ezyang/htmlpurifier" : " ^4.17" ,
16
16
"guzzlehttp/guzzle" : " ^7.2" ,
17
- "laravel/framework" : " ^11 .0" ,
17
+ "laravel/framework" : " ^12 .0" ,
18
18
"laravel/sanctum" : " ^4.0" ,
19
19
"laravel/tinker" : " ^2.8" ,
20
20
"laravel/vapor-core" : " ^2.37" ,
35
35
"laravel/sail" : " ^1.22" ,
36
36
"mockery/mockery" : " ^1.4.4" ,
37
37
"nunomaduro/collision" : " ^8.1" ,
38
- "phpunit/phpunit" : " ^10.1 " ,
38
+ "phpunit/phpunit" : " ^11.0 " ,
39
39
"spatie/laravel-ignition" : " ^2.0"
40
40
},
41
41
"autoload" : {
80
80
}
81
81
},
82
82
"minimum-stability" : " stable" ,
83
- "prefer-stable" : true
83
+ "prefer-stable" : true ,
84
+ "repositories" : [
85
+ {
86
+ "type" : " vcs" ,
87
+ "url" : " https://github.com/laravel-shift/laravel-langscanner.git"
88
+ }
89
+ ]
84
90
}
You can’t perform that action at this time.
0 commit comments