Skip to content

Commit 9885e8f

Browse files
authored
Merge pull request #6 from pjordaan/master
Allow illuminate/contracts 6.*
2 parents 307cce3 + db6f14d commit 9885e8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
sudo: false
33

44
php:
5-
- 7.1
65
- 7.2
76

87
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.1",
29-
"illuminate/contracts": "^5.6",
28+
"php": "^7.2",
29+
"illuminate/contracts": "^6.0",
3030
"symfony/yaml": "^4.1",
3131
"justinrainbow/json-schema": "^5.2"
3232
},

0 commit comments

Comments
 (0)