File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.0, 7.3]
13
- laravel : [8.*]
12
+ php : [8.0, 7.4, 7. 3]
13
+ laravel : [8.*, 7.*, 6.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : 6.*
18
+ - laravel : 7.*
19
+ testbench : 5.*
20
+ - laravel : 6.*
21
+ testbench : 4.*
18
22
19
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
20
24
Original file line number Diff line number Diff line change 4
4
![ Tests] ( https://github.com/wilsenhc/laravel-rif-validation/actions/workflows/run-tests.yml/badge.svg )
5
5
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/wilsenhc/laravel-rif-validation.svg?style=flat-square )] ( https://packagist.org/packages/wilsenhc/laravel-rif-validation )
6
6
7
+ This package provides rules to validate a RIF (Registro Único de Información Fiscal).
7
8
8
9
## Installation
9
10
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^7.3|^8.0" ,
21
- "illuminate/support" : " ^8.0" ,
22
- "illuminate/contracts" : " ^8.0"
21
+ "illuminate/support" : " ^6.0|^7.0|^ 8.0" ,
22
+ "illuminate/contracts" : " ^6.0|^7.0|^ 8.0"
23
23
},
24
24
"require-dev" : {
25
- "orchestra/testbench" : " ^6.0" ,
25
+ "orchestra/testbench" : " ^4.5|^5.0|^ 6.0" ,
26
26
"phpunit/phpunit" : " ^9.4"
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments