Skip to content

Commit 801f529

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "typisttech/php-matrix",
33
"description": "List PHP versions that satisfy the given constraint.",
4+
"license": "MIT",
45
"type": "project",
56
"keywords": [
67
"ci",
78
"cli",
89
"github-actions"
910
],
10-
"homepage": "https://github.com/typisttech/php-matrix",
11-
"license": "MIT",
1211
"authors": [
1312
{
1413
"name": "Typist Tech",
@@ -21,6 +20,7 @@
2120
"role": "Developer"
2221
}
2322
],
23+
"homepage": "https://github.com/typisttech/php-matrix",
2424
"support": {
2525
"issues": "https://github.com/typisttech/php-matrix/issues",
2626
"source": "https://github.com/typisttech/php-matrix"
@@ -47,6 +47,15 @@
4747
"Tests\\": "tests/"
4848
}
4949
},
50+
"bin": [
51+
"bin/php-matrix"
52+
],
53+
"config": {
54+
"allow-plugins": {
55+
"pestphp/pest-plugin": true
56+
},
57+
"sort-packages": true
58+
},
5059
"scripts": {
5160
"data:update": [
5261
"curl 'https://www.php.net/releases/index.php?json&max=1000&version=5' | jq . > ./tests/data/releases-5.json",
@@ -64,14 +73,5 @@
6473
"pint --test",
6574
"XDEBUG_MODE=off pest"
6675
]
67-
},
68-
"config": {
69-
"allow-plugins": {
70-
"pestphp/pest-plugin": true
71-
},
72-
"sort-packages": true
73-
},
74-
"bin": [
75-
"bin/php-matrix"
76-
]
76+
}
7777
}

0 commit comments

Comments
 (0)