Skip to content

Commit

Permalink
Merge pull request #5 from khalwat/feature/add-platform
Browse files Browse the repository at this point in the history
feat: Add `platform` to `composer.json`
  • Loading branch information
bencroker authored Jan 21, 2025
2 parents 95b825c + af970f5 commit eee70b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Code Analysis

on:
pull_request: null
pull_request:
pull_request_review:
types: [ submitted, edited ]
push:
branches:
- develop
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"yiisoft/yii2-composer": true
},
"optimize-autoloader": true,
"platform": {
"php": "8.2"
},
"platform-check": false,
"sort-packages": true
},
"minimum-stability": "beta",
Expand Down

0 comments on commit eee70b6

Please sign in to comment.