Skip to content

Commit

Permalink
🤖 composer-normalize (#22)
Browse files Browse the repository at this point in the history
Automated commit by the `Composer Normalize` workflow.

Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
  • Loading branch information
tastendruck[bot] authored Dec 30, 2024
1 parent 0360952 commit 801f529
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "typisttech/php-matrix",
"description": "List PHP versions that satisfy the given constraint.",
"license": "MIT",
"type": "project",
"keywords": [
"ci",
"cli",
"github-actions"
],
"homepage": "https://github.com/typisttech/php-matrix",
"license": "MIT",
"authors": [
{
"name": "Typist Tech",
Expand All @@ -21,6 +20,7 @@
"role": "Developer"
}
],
"homepage": "https://github.com/typisttech/php-matrix",
"support": {
"issues": "https://github.com/typisttech/php-matrix/issues",
"source": "https://github.com/typisttech/php-matrix"
Expand All @@ -47,6 +47,15 @@
"Tests\\": "tests/"
}
},
"bin": [
"bin/php-matrix"
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
},
"sort-packages": true
},
"scripts": {
"data:update": [
"curl 'https://www.php.net/releases/index.php?json&max=1000&version=5' | jq . > ./tests/data/releases-5.json",
Expand All @@ -64,14 +73,5 @@
"pint --test",
"XDEBUG_MODE=off pest"
]
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
},
"sort-packages": true
},
"bin": [
"bin/php-matrix"
]
}
}

0 comments on commit 801f529

Please sign in to comment.