Skip to content

Commit d64b3b0

Browse files
author
Ondřej Ešler
committed
downgrade dependencies to PHP 7.1
1 parent b0397eb commit d64b3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.1",
1313
"ext-json": "*",
1414
"guzzlehttp/guzzle": "^6.3",
15-
"phpunit/phpunit": "^8.0"
15+
"phpunit/phpunit": "^7.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)