Skip to content

Commit f3d403e

Browse files
Maohao Ran (ext.)Maohao Ran (ext.)
authored andcommitted
Update php to 7.1
1 parent e428b7a commit f3d403e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0.0",
13+
"php": ">=7.1",
1414
"phpseclib/phpseclib": "~2.0"
1515
},
1616
"require-dev": {

tests/JWKConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class JWKConverterTest extends TestCase
1111
/** @var JWKConverter */
1212
private $jwkConverter;
1313

14-
protected function setUp()
14+
protected function setUp(): void
1515
{
1616
parent::setUp();
1717
$this->jwkConverter = new JwkConverter();

0 commit comments

Comments
 (0)