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 7db2cf1 commit c787af9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xmo/mine-helpers",
"license": "Apache-2.0",
"description": "MineAdmin Helpers Library",
"license": "Apache-2.0",
"authors": [
{
"name": "xmo",
Expand All @@ -14,6 +14,9 @@
"role": "Developer"
}
],
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"Mine\\Helper\\": "src"
Expand All @@ -22,9 +25,6 @@
"src/functions.php"
]
},
"require": {
"php": ">=8.1"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
Expand Down

0 comments on commit c787af9

Please sign in to comment.