Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit 72b7cca

Browse files
committed
Remove PHP 7.0 and require at least 7.1
1 parent 4b560a4 commit 72b7cca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.0
76
- 7.1
87
- 7.2
98
- 7.3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{ "name": "Nicolas Hart", "email": "[email protected]" }
1010
],
1111
"require": {
12-
"php": ">=7.0.0",
12+
"php": "^7.1",
1313
"swiftmailer/swiftmailer": "^6.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)