Skip to content

Commit db7b29a

Browse files
committed
Remove outdated stubs fix from example
1 parent 25329f3 commit db7b29a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=7.1"
66
},
77
"require-dev": {
8-
"szepeviktor/phpstan-wordpress": "^0.5.0"
8+
"szepeviktor/phpstan-wordpress": "^0.6.0"
99
},
1010
"config": {
1111
"optimize-autoloader": true
@@ -14,9 +14,5 @@
1414
"psr-4": {
1515
"": "inc/"
1616
}
17-
},
18-
"scripts": {
19-
"post-install-cmd": "PHPStan\\WordPress\\Composer\\FixWpStubs::php73Polyfill",
20-
"post-update-cmd": "PHPStan\\WordPress\\Composer\\FixWpStubs::php73Polyfill"
2117
}
2218
}

0 commit comments

Comments
 (0)