Skip to content

Commit 5f12a65

Browse files
committed
Merge branch 'dev'
2 parents 9d7cbe8 + 9790a64 commit 5f12a65

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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": {

0 commit comments

Comments
 (0)