Skip to content

Commit 358f261

Browse files
committed
bump to 7.1
1 parent 6934492 commit 358f261

File tree

2 files changed

+885
-102
lines changed

2 files changed

+885
-102
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": "^7.0",
22+
"php": ">=7.1",
2323
"psr/log": "~1.0",
2424
"nikic/php-parser": "^3.0",
2525
"phpdocumentor/reflection-docblock": "^4.1",
@@ -29,7 +29,8 @@
2929
"mockery/mockery": "~1.0",
3030
"mikey179/vfsStream": "~1.2",
3131
"squizlabs/php_codesniffer": "^2.5",
32-
"phpunit/phpunit": "^6.4"
32+
"phpunit/phpunit": "~6.5",
33+
"phpstan/phpstan": "^0.9.0"
3334
},
3435
"extra": {
3536
"branch-alias": {

0 commit comments

Comments
 (0)