File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313 php : 8.0
1414 - laravel : 10
1515 php : 8.1
16+ - laravel : 11
17+ php : 8.3
1618
1719 name : Tests (PHPUnit) - L${{ matrix.laravel }}
1820
Original file line number Diff line number Diff line change 22
33## Installation
44
5- Supports Laravel 9 and 10 .
5+ Supports Laravel 9, 10, 11 .
66
77```
88composer require stancl/virtualcolumn
Original file line number Diff line number Diff line change 1919 }
2020 },
2121 "require" : {
22- "illuminate/support" : " ^9.0|^10.0" ,
23- "illuminate/database" : " ^9.0|^10.0"
22+ "illuminate/support" : " ^9.0|^10.0|^11.0 " ,
23+ "illuminate/database" : " ^9.0|^10.0|^11.0 "
2424 },
2525 "require-dev" : {
26- "orchestra/testbench" : " ^7.0|^8.0"
26+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 "
2727 },
2828 "minimum-stability" : " dev" ,
2929 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments