File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
1414 fail-fast : false
1515 matrix :
1616 os : [ubuntu-latest]
17- php : [8.3, 8.2]
18- laravel : [11.*, 10.*]
17+ php : [8.4, 8. 3, 8.2]
18+ laravel : [12.*, 11.*, 10.*]
1919 statamic : [5.*, 4.*]
2020 dependency-version : [prefer-lowest, prefer-stable]
2121 include :
22+ - laravel : 12.*
23+ testbench : 10.*
2224 - laravel : 11.*
2325 testbench : 9.*
2426 - laravel : 10.*
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Classify is a useful helper to add CSS classes to all HTML tags generated by the
1010## Requirements
1111
1212- Statamic v4 || v5
13- - Laravel 10 || 11
13+ - Laravel 10 || 11 || 12
1414- PHP 8.2+
1515
1616## Installation
Original file line number Diff line number Diff line change 23232424 },
2525 "require" : {
26- "php" : " ^8.2 || ^8.3" ,
27- "laravel/framework" : " ^10.0 || ^11.0" ,
26+ "php" : " ^8.2 || ^8.3 || ^8.4 " ,
27+ "laravel/framework" : " ^10.0 || ^11.0 || ^12.0 " ,
2828 "statamic/cms" : " ^4.0 || ^5.0" ,
29- "symfony/dom-crawler" : " ^6.0" ,
29+ "symfony/dom-crawler" : " ^6.0 || ^7.0 " ,
3030 "symfony/css-selector" : " ^5.4 || ^6.0 || ^7.0"
3131 },
3232 "require-dev" : {
33- "orchestra/testbench" : " ^8 || ^9" ,
34- "phpunit/phpunit" : " ^9.3 || ^10.0"
33+ "orchestra/testbench" : " ^8 || ^9 || ^10 " ,
34+ "phpunit/phpunit" : " ^9.3 || ^10.0 || ^11.5.3 "
3535 },
3636 "scripts" : {
3737 "test" : " vendor/bin/phpunit" ,
You can’t perform that action at this time.
0 commit comments