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 17ab5d5 commit 991edcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "xmo/mine-office",
"type": "library",
"description": "mineadmin office package",
"license": "Apache-2.0",
"type": "library",
"keywords": [
"mineadmin",
"office"
Expand All @@ -18,7 +19,10 @@
"role": "Developer"
}
],
"description": "mineadmin office package",
"require": {
"php": ">=8.1",
"phpoffice/phpspreadsheet": "^1.24"
},
"autoload": {
"psr-4": {
"Mine\\Office\\": "src/"
Expand All @@ -29,10 +33,6 @@
"MineTest\\": "tests"
}
},
"require": {
"php": ">=8.1",
"phpoffice/phpspreadsheet": "^1.24"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
Expand Down

0 comments on commit 991edcd

Please sign in to comment.