Skip to content

Commit

Permalink
normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer authored and actions-user committed Apr 22, 2022
1 parent c7a4c59 commit ce803d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "spatie/enum",
"description": "PHP Enums",
"license": "MIT",
"keywords": [
"spatie",
"enum",
"enumerable"
],
"homepage": "https://github.com/spatie/enum",
"license": "MIT",
"authors": [
{
"name": "Brent Roose",
Expand All @@ -22,6 +21,12 @@
"role": "Developer"
}
],
"homepage": "https://github.com/spatie/enum",
"support": {
"issues": "https://github.com/spatie/enum/issues",
"source": "https://github.com/spatie/enum",
"docs": "https://docs.spatie.be/enum"
},
"require": {
"php": "^8.0",
"ext-json": "*"
Expand All @@ -36,9 +41,6 @@
"fakerphp/faker": "To use the enum faker provider",
"phpunit/phpunit": "To use the enum assertions"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Spatie\\Enum\\": "src"
Expand All @@ -49,14 +51,12 @@
"Spatie\\Enum\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"psalm": "vendor/bin/psalm -c psalm.xml --show-info=true",
"test": "vendor/bin/phpunit --colors=always",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"support": {
"issues": "https://github.com/spatie/enum/issues",
"source": "https://github.com/spatie/enum",
"docs": "https://docs.spatie.be/enum"
}
}

0 comments on commit ce803d0

Please sign in to comment.