Skip to content

Commit 50681a9

Browse files
🤖 composer-normalize (#31)
Automated commit by the `Composer Normalize` workflow. Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
1 parent 38147b7 commit 50681a9

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
22
"name": "typisttech/php-matrix-action-action",
33
"description": "Generate PHP version matrix according to `composer.json`",
4+
"license": "MIT",
45
"type": "project",
56
"keywords": [
6-
"ci",
7-
"cli",
8-
"github-actions"
7+
"ci",
8+
"cli",
9+
"github-actions"
910
],
10-
"homepage": "https://github.com/typisttech/php-matrix-action",
11-
"license": "MIT",
1211
"authors": [
13-
{
14-
"name": "Typist Tech",
15-
"homepage": "https://typist.tech"
16-
},
17-
{
18-
"name": "Tang Rufus",
19-
"email": "[email protected]",
20-
"homepage": "https://tangrufus.com",
21-
"role": "Developer"
22-
}
12+
{
13+
"name": "Typist Tech",
14+
"homepage": "https://typist.tech"
15+
},
16+
{
17+
"name": "Tang Rufus",
18+
"email": "[email protected]",
19+
"homepage": "https://tangrufus.com",
20+
"role": "Developer"
21+
}
2322
],
23+
"homepage": "https://github.com/typisttech/php-matrix-action",
2424
"support": {
25-
"issues": "https://github.com/typisttech/php-matrix-action/issues",
26-
"source": "https://github.com/typisttech/php-matrix-action"
25+
"issues": "https://github.com/typisttech/php-matrix-action/issues",
26+
"source": "https://github.com/typisttech/php-matrix-action"
2727
},
2828
"require": {
29-
"php": "8.4.x",
29+
"php": "~8.4.0",
3030
"typisttech/php-matrix": "^0.2.6"
3131
},
32+
"bin": [
33+
"bin/decode-php-constraint"
34+
],
3235
"config": {
33-
"sort-packages": true,
34-
"platform": {
35-
"php": "8.4.0"
36+
"platform": {
37+
"php": "8.4.0"
38+
},
39+
"sort-packages": true
3640
}
37-
},
38-
"bin": [
39-
"bin/decode-php-constraint"
40-
]
41-
}
41+
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)