Skip to content

Commit bc46cee

Browse files
committed
Updated minimal PHP version to 7.1.
1 parent fbe6879 commit bc46cee

File tree

2 files changed

+148
-26
lines changed

2 files changed

+148
-26
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
}
3131
},
3232
"require": {
33-
"php": ">=5.6.0",
34-
"nikic/php-parser": "3.*",
35-
"symfony/console": "~3.4.0"
33+
"php": ">=7.1.0",
34+
"nikic/php-parser": "^4.2",
35+
"symfony/console": "^4.3"
3636
},
3737
"bin": [
3838
"bin/phpdoc-checker"

composer.lock

+145-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)