Skip to content

Commit a35c9dd

Browse files
authored
Force php 7.1 or higher
1 parent 5cf5f48 commit a35c9dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4",
15+
"php": ">=7.1.0",
16+
"ext-json": "*",
1617
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0",
1718
"api-postcode/php-client": "^1.0"
1819
},

0 commit comments

Comments
 (0)