Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…keleton into PeopleInside-patch-1
  • Loading branch information
Akshay Kumar committed Oct 12, 2022
2 parents 8651e24 + 959f44f commit 5ea7e85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
"symfony/symfony": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
},
"symfony": {
"allow-contrib": false,
"require": "^5.4"
Expand Down
4 changes: 2 additions & 2 deletions src/Controller/ConfigureHelpdesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class ConfigureHelpdesk extends AbstractController
{
const HELPDESK_VERSION = '1.1.0';
const HELPDESK_VERSION = '1.1.1';
const DB_ENV_PATH_TEMPLATE = "DATABASE_URL=DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME\n";
const DB_ENV_PATH_PARAM_TEMPLATE = "env(DATABASE_URL): 'DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME'\n";
const DEFAULT_JSON_HEADERS = [
Expand Down Expand Up @@ -390,4 +390,4 @@ public function updateWebsiteConfigurationXHR(Request $request, UVDeskService $u

return new Response(json_encode($collectionURL), 200, self::DEFAULT_JSON_HEADERS);
}
}
}

0 comments on commit 5ea7e85

Please sign in to comment.