File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ First, install the package using Composer:
3232
3333| PHP | Laravel | Package | Command |
3434| ------| ---------| -------------------------------------------------------------------| ----------------------------------------------------------|
35+ | ^8.3 | 13 | 4.0 | ``` composer require "kdabrow/validation-codes: ^4.0" ``` |
3536| ^8.3 | 12 | 3.0 | ``` composer require "kdabrow/validation-codes: ^3.0" ``` |
3637| ^8.2 | 11 | 2.0 | ``` composer require "kdabrow/validation-codes: ^2.0" ``` |
3738| ^8.1 | 10 | [ 1.1] ( https://github.com/karoldabro/validation-codes/tree/v1.1.0 ) | ``` composer require "kdabrow/validation-codes: ^1.1" ``` |
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " >=8.3.0" ,
21- "illuminate/support" : " ^12 .0" ,
22- "illuminate/validation" : " ^12 .0"
21+ "illuminate/support" : " ^13 .0" ,
22+ "illuminate/validation" : " ^13 .0"
2323 },
2424 "require-dev" : {
25- "orchestra/testbench" : " ^10 .0"
25+ "orchestra/testbench" : " ^11 .0"
2626 },
2727 "autoload" : {
2828 "psr-4" : {
You can’t perform that action at this time.
0 commit comments