Skip to content

Commit 0ed854a

Browse files
committed
Support minimum of Laravel 5.5
1 parent c63f487 commit 0ed854a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
dist: trusty
33
php:
4-
- '5.6'
54
- '7.0'
65
- '7.1'
76
- '7.2'

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"description": "Laravel validation rule that checks if a string is offensive.",
44
"type": "library",
55
"require": {
6-
"illuminate/contracts": "^5.1",
6+
"illuminate/contracts": "^5.5",
77
"divineomega/is_offensive": "^1.3.2"
88
},
99
"require-dev": {
10-
"orchestra/testbench": "~3.0",
10+
"orchestra/testbench": "^3.5",
11+
"phpunit/phpunit": "^6.0",
1112
"satooshi/php-coveralls": "^2.0"
1213
},
1314
"license": "LGPL-3.0-only",

0 commit comments

Comments
 (0)