Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 7df6724

Browse files
author
Andrzej Kupczyk
committed
Bump the PHP version in the composer.json file
1 parent 97485c9 commit 7df6724

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.0",
19+
"php": "^7.1",
2020
"illuminate/queue": "~5.5.28|~5.6.0",
2121
"ramsey/uuid": "^3.7"
2222
},

0 commit comments

Comments
 (0)