Skip to content

Commit 021c433

Browse files
committed
PHP 7.1 is minimum PHP version
1 parent 7fc0829 commit 021c433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@
138138
"generated/zlib.php"
139139
]
140140
},
141+
"require": {
142+
"php": ">=7.1"
143+
},
141144
"require-dev": {
142-
"php": ">=7.1",
143145
"phpstan/phpstan": "^0.10.3",
144146
"thecodingmachine/phpstan-strict-rules": "^0.10.3",
145147
"squizlabs/php_codesniffer": "^3.2"

0 commit comments

Comments
 (0)