Skip to content

Commit 566571c

Browse files
committed
update PHP to ^7.1 for #292
1 parent 3d77dd8 commit 566571c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Requirements
1515

16-
- PHP >= 5.5.9
16+
- PHP >= 7.1
1717
- [php JsonMapper](https://github.com/netresearch/jsonmapper)
1818
- [phpdotenv](https://github.com/vlucas/phpdotenv)
1919

composer.json

Lines changed: 1 addition & 1 deletion
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.6.9",
7+
"php": "^7.1",
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"netresearch/jsonmapper": "~0.11|^1.0",

src/NoOperationMonologHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NoOperationMonologHandler extends AbstractProcessingHandler
1313
*
1414
* @return void
1515
*/
16-
protected function write(array $record)
16+
protected function write(array $record) : void
1717
{
1818
// do nothing
1919
}

0 commit comments

Comments
 (0)