Skip to content

Commit 60baca7

Browse files
committed
Add phpstan-shim (phar distribution) to example
1 parent 449a99a commit 60baca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"require": {
3-
"php": "~7.1"
3+
"php": ">=7.1"
44
},
55
"require-dev": {
6+
"phpstan/phpstan-shim": "^0.11.5",
67
"szepeviktor/phpstan-wordpress": "^0.1.0"
78
},
89
"autoload": {

0 commit comments

Comments
 (0)