File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : [8.1 , 8.2 ]
12+ php : [8.2 , 8.3 ]
1313 dependency-version : [prefer-lowest, prefer-stable]
1414
1515 name : PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 1313 "type" : " library" ,
1414 "license" : " MIT" ,
1515 "require" : {
16- "php" : " ^8.1 " ,
17- "illuminate/contracts" : " ^10 .0" ,
18- "illuminate/support" : " ^10 .0"
16+ "php" : " ^8.2 " ,
17+ "illuminate/contracts" : " ^11 .0" ,
18+ "illuminate/support" : " ^11 .0"
1919 },
2020 "require-dev" : {
21- "laravel/framework" : " ^10 .0" ,
22- "orchestra/testbench-core" : " ^8 .0" ,
23- "phpunit/phpunit" : " ^10.0 "
21+ "laravel/framework" : " ^11 .0" ,
22+ "orchestra/testbench-core" : " ^9 .0" ,
23+ "phpunit/phpunit" : " ^10.5 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
4040 },
4141 "extra" : {
4242 "branch-alias" : {
43- "dev-develop" : " 10 .x-dev"
43+ "dev-develop" : " 11 .x-dev"
4444 }
4545 },
4646 "config" : {
Original file line number Diff line number Diff line change 1010 * Class Rule
1111 *
1212 * @author ARCANEDEV <arcanedev.maroc@gmail.com>
13+ *
14+ * @deprecated Use the ValidationRule class instead.
15+ * @see \Illuminate\Contracts\Validation\ValidationRule
1316 */
1417abstract class Rule implements RuleContract
1518{
You can’t perform that action at this time.
0 commit comments