Skip to content

Commit 1870c81

Browse files
authored
Merge pull request #95 from simPod/php7
Bump to php 7.1
2 parents c017ad4 + 84ad0fc commit 1870c81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.0",
16+
"php": "^7.1",
1717
"ext-curl": "*"
1818
},
1919
"require-dev": {
20-
"php": "^7.1",
2120
"doctrine/coding-standard": "^4.0",
2221
"phpstan/phpstan": "^0.9.2",
2322
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)