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 99 fail-fast : true
1010 matrix :
1111 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.* ]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 8.*
1717 testbench : 6.*
18+ - laravel : 7.*
19+ testbench : 5.*
20+ - laravel : 6.*
21+ testbench : 4.*
1822
1923 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2024
Original file line number Diff line number Diff line change 44![ Tests] ( https://github.com/wilsenhc/laravel-rif-validation/actions/workflows/run-tests.yml/badge.svg )
55[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/wilsenhc/laravel-rif-validation.svg?style=flat-square )] ( https://packagist.org/packages/wilsenhc/laravel-rif-validation )
66
7+ This package provides rules to validate a RIF (Registro Único de Información Fiscal).
78
89## Installation
910
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "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"
2323 },
2424 "require-dev" : {
25- "orchestra/testbench" : " ^6.0" ,
25+ "orchestra/testbench" : " ^4.5|^5.0|^ 6.0" ,
2626 "phpunit/phpunit" : " ^9.4"
2727 },
2828 "autoload" : {
You can’t perform that action at this time.
0 commit comments