Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit b63bbcf

Browse files
committed
Declare compatibility with Laravel 6
1 parent 232fe43 commit b63bbcf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ php:
88
- 7.0
99
- 7.1
1010
- 7.2
11+
- 7.3
12+
- 7.4
1113

1214
install:
1315
- composer update --no-interaction --prefer-dist

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes History
22

3+
1.1.0
4+
-----
5+
Declare compatibility with Laravel 6
6+
37
1.0.13
48
------
59
Add missed modelExists() description for intellisence this method in nested rules calls

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=7.0",
15-
"illuminate/database": "^5.4",
16-
"illuminate/support": "^5.4",
17-
"illuminate/validation": "^5.4",
15+
"illuminate/database": "^5.4 || ^6.0",
16+
"illuminate/support": "^5.4 || ^6.0",
17+
"illuminate/validation": "^5.4 || ^6.0",
1818
"saritasa/php-common": "^1.0",
1919
"propaganistas/laravel-phone": "^3.0.4"
2020
},

0 commit comments

Comments
 (0)