Skip to content

Commit

Permalink
Merge pull request #2 from Godron629/master
Browse files Browse the repository at this point in the history
Change autoload back to sonarsoftware
  • Loading branch information
Godron629 authored Dec 23, 2020
2 parents 590514c + fdad04d commit 639893e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The recommended installation method is using [Composer](https://www.getcomposer.
...
]
```
and running `composer require sonarsoftwareinc/customer_portal_framework:dev-master`.
and running `composer require sonarsoftwareinc/customer_portal_framework:{VERSION NUMBER}`.

## Configuration
Copy the `.env.example` file from inside the `src` directory to a new file called `.env`. Edit this file and set your Sonar installation URL, API username, and API password. The only permissions required for this library to function are account create, read, update, and delete, and ticket create, read, and update. It is strongly recommended that you create a dedicated account solely for the customer portal - *do not use your admin account!*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload": {
"psr-4" : {
"SonarSoftwareInc\\CustomerPortalFramework\\" : "src"
"SonarSoftware\\CustomerPortalFramework\\" : "src"
},
"files": ["src/Helpers/functions.php"]
}
Expand Down

0 comments on commit 639893e

Please sign in to comment.