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

Commit

Permalink
feat: migrate config to application (#69)
Browse files Browse the repository at this point in the history
* feat: migrate config

fix: add config tweaks from Laminas

!fixup

* !fixup

* fix: fix local config undefined index

* fix: add timeout to AWS calls

* fix: remove default environment

* fix: remove `$isProductionAccount` var

* fix: add autoload include to `govukaccount-redirect.php`
  • Loading branch information
JoshuaLicense authored Mar 11, 2024
1 parent 9776957 commit 0e279c1
Show file tree
Hide file tree
Showing 12 changed files with 1,123 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nbproject
.settings
vendor
test/coverage-report
config/autoload/*.php
.sublime-project
.sass-cache/
public/static
Expand All @@ -17,6 +16,7 @@ node_modules
.vscode/
test/coverage/
.scannerwork/
config/development.config.php
/vendor-bin/*/composer.lock
.phpunit.result.cache

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}],
"require": {
"php": "^7.4",
"ext-redis": "*",
"doctrine/annotations": "^1.14.2",
"doctrine/doctrine-module": "^5",
"dvsa/laminas-config-cloud-parameters": "^0.2.0",
Expand Down Expand Up @@ -35,7 +36,8 @@
"olcs/olcs-logging": "^6.0.0",
"olcs/olcs-transfer": "^6.0.0",
"olcs/olcs-utils": "^6.0.0",
"psr/container": "^1.1|^2"
"psr/container": "^1.1|^2",
"aws/aws-sdk-php": "^3.300"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down
Loading

0 comments on commit 0e279c1

Please sign in to comment.