Skip to content

Commit fda54a8

Browse files
authored
Merge pull request #8 from rollbar/update
update upstream rollbar dependency
2 parents 8aec936 + e52fb82 commit fda54a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: php
2+
dist: trusty
23

34
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
75
- 7.0
6+
- 5.6
7+
- 5.5
8+
- 5.4
89
- hhvm
910

1011
sudo: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.4",
2020
"illuminate/support": "^4.0|^5.0",
21-
"rollbar/rollbar": "~1.0.0"
21+
"rollbar/rollbar": "^1.3.1"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "~3.0",

0 commit comments

Comments
 (0)