-
Notifications
You must be signed in to change notification settings - Fork 30
Commit a829c57
GH Actions: minor tweak
Since Composer 2.2.0, the `--ignore-platform-reqs` setting can be made more specific.
By using `--ignore-platform-req=php+` instead of `--ignore-platform-reqs`, only the upper bound for PHP platform requirements will be ignored, not _all_ platform requirements.
Ref: https://blog.packagist.com/composer-2-2/#-ignore-platform-req-improvements 1 parent 676fe6d commit a829c57
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | - | ||
92 | + | ||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
|
0 commit comments