Skip to content

Commit 92fec8e

Browse files
committed
refactor: Add platform so phpstan with analyze code for our specific platform
1 parent dc4a511 commit 92fec8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"yiisoft/yii2-composer": true
5454
},
5555
"optimize-autoloader": true,
56+
"platform": {
57+
"php": "8.0.2"
58+
},
59+
"platform-check": false,
5660
"sort-packages": true
5761
},
5862
"autoload": {

0 commit comments

Comments
 (0)