File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
11
+ php : [8.4, 8. 3, 8.2]
12
12
laravel : [11.*, 10.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
Original file line number Diff line number Diff line change 5
5
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/protonemedia/laravel-blade-on-demand.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/protonemedia/laravel-blade-on-demand )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/protonemedia/laravel-blade-on-demand.svg?style=flat-square )] ( https://packagist.org/packages/protonemedia/laravel-blade-on-demand )
7
7
8
- Laravel package to compile Blade templates in memory. Requires PHP 8.0 or higher, compatible with Laravel 9 .
8
+ Laravel package to compile Blade templates in memory. Requires PHP 8.2 or higher, compatible with Laravel 10+ .
9
9
10
10
## Sponsor Us
11
11
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.3 || ^8.2" ,
19
+ "php" : " ^8.4 || ^8. 3 || ^8.2" ,
20
20
"illuminate/mail" : " ^10.0|^11.0" ,
21
21
"illuminate/view" : " ^10.0|^11.0"
22
22
},
You can’t perform that action at this time.
0 commit comments