Skip to content

Commit eee70b6

Browse files
authored
Merge pull request #5 from khalwat/feature/add-platform
feat: Add `platform` to `composer.json`
2 parents 95b825c + af970f5 commit eee70b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/code-analysis.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Code Analysis
22

33
on:
4-
pull_request: null
4+
pull_request:
5+
pull_request_review:
6+
types: [ submitted, edited ]
57
push:
68
branches:
79
- develop

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"yiisoft/yii2-composer": true
4141
},
4242
"optimize-autoloader": true,
43+
"platform": {
44+
"php": "8.2"
45+
},
46+
"platform-check": false,
4347
"sort-packages": true
4448
},
4549
"minimum-stability": "beta",

0 commit comments

Comments
 (0)