Skip to content

Commit 307cce3

Browse files
authored
Merge pull request #4 from erasys/UpdateDependencies
chore: update dependencies
2 parents 246bb0b + b24ed39 commit 307cce3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.0
65
- 7.1
76
- 7.2
87

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.0",
29-
"illuminate/contracts": "^5.4",
30-
"symfony/yaml": "^3.4",
28+
"php": "^7.1",
29+
"illuminate/contracts": "^5.6",
30+
"symfony/yaml": "^4.1",
3131
"justinrainbow/json-schema": "^5.2"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)