Skip to content

Commit

Permalink
Added composer.json normalize support (#95)
Browse files Browse the repository at this point in the history
* Added composer.json normalize support

* Apply CS Fixer

---------

Co-authored-by: StyleCI <[email protected]>
  • Loading branch information
zds-s and kanyxmo authored Jun 17, 2024
1 parent 3db0d6f commit 81509de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "xmo/mine-service",
"type": "library",
"description": "mineadmin Service package",
"license": "Apache-2.0",
"type": "library",
"keywords": [
"mineadmin",
"service"
Expand All @@ -18,25 +19,24 @@
"role": "Developer"
}
],
"description": "mineadmin Service package",
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"Mine\\": "src/"
}
},
"require": {
"php": ">=8.1"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"hyperf": {
"config": "Mine\\Generator\\GeneratorConfigProvider"
}
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1"
}
}

0 comments on commit 81509de

Please sign in to comment.