File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ' *.x'
88 pull_request :
99
10+
1011jobs :
1112 run :
1213 runs-on : ubuntu-latest
1314 strategy :
1415 matrix :
15- php : [8.1, 8.2, 8.3]
16- laravel : [10, 11]
16+ php : [ 8.1, 8.2, 8.3, 8.4 ]
17+ laravel : [ 10, 11, 12 ]
1718 exclude :
1819 - php : ' 8.1'
1920 laravel : 11
21+ - php : ' 8.1'
22+ laravel : 12
23+ - php : ' 8.4'
24+ laravel : 10
2025
2126 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2227
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ Editor.php is a package designed to assist in parsing and manipulating the outpu
3737# Version Table
3838| Editor.php | Laravel | PHP |
3939| --- | --- | --- |
40- | 1.x | 10.x ~ 11.x | 8.1 ~ 8.3 |
40+ | 1.x | 10.x | 8.1 ~ 8.3 |
41+ | 1.x | 11.x | 8.2 ~ 8.4 |
42+ | 1.x | 12.x | 8.2 ~ 8.4 |
4143
4244# Quick Start
4345
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^8.1" ,
25- "illuminate/support" : " ^10.0|^11.0" ,
26- "illuminate/validation" : " ^10.0|^11.0" ,
25+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
26+ "illuminate/validation" : " ^10.0|^11.0|^12.0 " ,
2727 "fakerphp/faker" : " ^1.21"
2828 },
2929 "extra" : {
3434 }
3535 },
3636 "require-dev" : {
37- "pestphp/pest" : " ^1.22.4|^2.0" ,
38- "orchestra/testbench" : " ^8.0|^9.0" ,
37+ "pestphp/pest" : " ^1.22.4|^2.0|^3.0 " ,
38+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
3939 "friendsofphp/php-cs-fixer" : " ^3.14.4" ,
4040 "phpstan/phpstan" : " ^1.10"
4141 },
You can’t perform that action at this time.
0 commit comments