File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
matrix :
10
+ - Laravel=8.x
10
11
- Laravel=7.x
11
12
- Laravel=6.x
12
13
- Laravel=5.8.x
14
+ matrix :
15
+ exclude :
16
+ # Unsupported combinations
17
+ - { env: Laravel=8.x, php: 7.2 }
13
18
14
19
install :
15
20
- travis_retry composer require --dev "laravel/framework:${Laravel}" --no-interaction
Original file line number Diff line number Diff line change 7
7
8
8
# Useful Laravel Validation Rules
9
9
10
- A collection of Laravel validation rules.
10
+ A collection of useful Laravel validation rules.
11
11
12
12
## Requirements
13
13
14
- PHP >= 7.2, Laravel ` >=5.8 | 6.x | 7.x ` .
14
+ PHP >= 7.2, Laravel ` >=5.8 | 6.x | 7.x | 8.x ` .
15
15
16
16
## Installation
17
17
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " ^7.2" ,
23
23
"ext-mbstring" : " *" ,
24
- "illuminate/contracts" : " 5.8.* || ^6.0 || ^7.0" ,
25
- "illuminate/support" : " 5.8.* || ^6.0 || ^7.0"
24
+ "illuminate/contracts" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 " ,
25
+ "illuminate/support" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 "
26
26
},
27
27
"require-dev" : {
28
28
"orchestra/testbench" : " >=3.8" ,
You can’t perform that action at this time.
0 commit comments