Skip to content

Commit 964b185

Browse files
committed
fixed #267 - drop php 5.5, upgrade to php least version to 5.6
1 parent 22e3b17 commit 964b185

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
@@ -23,5 +22,5 @@ script:
2322
matrix:
2423
allow_failures:
2524
- php: hhvm
26-
- php: 5.5
25+
- php: 5.6
2726
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"keywords": ["jira", "rest", "jira-php", "jira-rest"],
66
"require": {
7-
"php": ">=5.5.9",
7+
"php": ">=5.6.9",
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"netresearch/jsonmapper": "~0.11|^1.0",
@@ -21,7 +21,7 @@
2121
{
2222
"name": "KwangSeob Jeong",
2323
"email": "[email protected]",
24-
"homepage": "http://lesstif.com/"
24+
"homepage": "https://lesstif.com/"
2525
}
2626
],
2727
"autoload": {

0 commit comments

Comments
 (0)