Updates (#134)
* 🐛 User not added to DB - force die() on error (#118) * 🐛 User not added to DB - force die() on error Signed-off-by: Luke Tainton <luke@tainton.uk> * Restyled by php-cs-fixer (#119) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * Fixing Login Die * Broken login (#121) * Fixing Login Die * Fix Broken Login 2 * Broken login (#122) * Fixing Login Die * Fix Broken Login 2 * Update footer * Try Somethin New Today * Move break rule in footer (#124) * Update footer.php * Change line break to pipe * Remove full stop Co-authored-by: Alexander Davis <alex@adcm.uk> * ✨ Add Sentry (#127) Signed-off-by: Luke Tainton <luke@tainton.uk> * 🚧 Migrate from Sentry to GlitchTip (#129) Signed-off-by: Luke Tainton <luke@tainton.uk> * 🐛 Move opening and closing 'main' tags (#132) * 🐛 Move opening and closing 'main' tags Signed-off-by: Luke Tainton <luke@tainton.uk> * Restyled by php-cs-fixer (#133) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Luke Tainton <luke@tainton.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
This commit was merged in pull request #134.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"require": {
|
||||
"ramsey/uuid": "^4.0",
|
||||
"vlucas/phpdotenv": "^5.0",
|
||||
"jumbojett/openid-connect-php": "^0.9.0"
|
||||
"jumbojett/openid-connect-php": "^0.9.0",
|
||||
"sentry/sdk": "^2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user