Skip to content

Commit 7a2fd96

Browse files
committed
composer: fixed PHP version [Closes #36]
1 parent d63debb commit 7a2fd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0",
18+
"php": ">=7.1",
1919
"ext-iconv": "*",
2020
"nette/utils": "^2.4 || ~3.0.0"
2121
},

0 commit comments

Comments
 (0)