Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from HealthEngineAU/type-library
Browse files Browse the repository at this point in the history
Fix it up to be a library
  • Loading branch information
ThomasJamesCrawford authored Jan 12, 2022
2 parents bf9f612 + 1d6e901 commit 783b457
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "healthengine/laravel-prometheus-exporter",
"description": "A prometheus exporter for Laravel",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Superbalist.com a division of Takealot Online (Pty) Ltd",
Expand All @@ -16,7 +17,7 @@
},
"autoload": {
"psr-4": {
"Superbalist\\LaravelPrometheusExporter\\": "src/",
"Healthengine\\LaravelPrometheusExporter\\": "src/",
"Tests\\": "tests/"
}
},
Expand All @@ -26,10 +27,10 @@
},
"laravel": {
"providers": [
"Superbalist\\LaravelPrometheusExporter\\PrometheusServiceProvider"
"Healthengine\\LaravelPrometheusExporter\\PrometheusServiceProvider"
],
"aliases": {
"Prometheus": "Superbalist\\LaravelPrometheusExporter\\PrometheusFacade"
"Prometheus": "Healthengine\\LaravelPrometheusExporter\\PrometheusFacade"
}
}
},
Expand Down

0 comments on commit 783b457

Please sign in to comment.