We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63f487 commit 0ed854aCopy full SHA for 0ed854a
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
dist: trusty
3
php:
4
- - '5.6'
5
- '7.0'
6
- '7.1'
7
- '7.2'
composer.json
@@ -3,11 +3,12 @@
"description": "Laravel validation rule that checks if a string is offensive.",
"type": "library",
"require": {
- "illuminate/contracts": "^5.1",
+ "illuminate/contracts": "^5.5",
"divineomega/is_offensive": "^1.3.2"
8
},
9
"require-dev": {
10
- "orchestra/testbench": "~3.0",
+ "orchestra/testbench": "^3.5",
11
+ "phpunit/phpunit": "^6.0",
12
"satooshi/php-coveralls": "^2.0"
13
14
"license": "LGPL-3.0-only",
0 commit comments