Skip to content

Commit d3e9610

Browse files
author
danil zakablukovskii
committed
fixed php version
1 parent 8f80a13 commit d3e9610

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,6 +1,5 @@
11
language: php
22
php:
3-
- 5.4
43
- 5.5
54
- 5.6
65

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mailer"
1212
],
1313
"require": {
14-
"php": ">=5.3",
14+
"php": ">=5.5",
1515
"yiisoft/yii2": "*",
1616
"sparkpost/php-sparkpost": "~1.0",
1717
"guzzlehttp/guzzle": "~6.0"

0 commit comments

Comments
 (0)