Skip to content

Commit

Permalink
build: adjust composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed May 12, 2024
1 parent a8320c4 commit 214dda5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
},
"autoload-dev": {
"psr-4": {
"Katalam\\OnOfficeAdapter\\Tests\\": "tests/",
"Workbench\\App\\": "workbench/app/"
"Katalam\\OnOfficeAdapter\\Tests\\": "tests/"
}
},
"scripts": {
Expand Down Expand Up @@ -73,12 +72,9 @@
"laravel": {
"providers": [
"Katalam\\OnOfficeAdapter\\OnOfficeAdapterServiceProvider"
],
"aliases": {
"EstateRepository": "Katalam\\OnOfficeAdapter\\Facades\\EstateRepository"
}
]
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 214dda5

Please sign in to comment.