Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 18, 2023
1 parent 571e10f commit 442f0cc
Show file tree
Hide file tree
Showing 40 changed files with 6,090 additions and 1,688 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,7 @@ LEGO_AWS_SDK_LOAD_CONFIG=

NEWRELIC_ENABLED=0
NEWRELIC_LICENSE_KEY=

SENTRY_DSN=
SENTRY_ENVIRONMENT=prod
SENTRY_RELEASE=
6 changes: 4 additions & 2 deletions databox/api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
"ext-sodium": "*",
"alchemy/acl-bundle": "dev-main",
"alchemy/admin-bundle": "@dev",
"alchemy/auth-bundle": "*",
"alchemy/core-bundle": "@dev",
"alchemy/metadata-manipulator-bundle": "@dev",
"alchemy/auth-bundle": "*",
"alchemy/storage-bundle": "*",
"alchemy/test-bundle": "*",
"alchemy/webhook-bundle": "@dev",
Expand Down Expand Up @@ -146,6 +146,7 @@
"symfony/mime": "^6.3",
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/psr-http-message-bridge": "^2.3",
"symfony/rate-limiter": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/security-core": "^6.3",
Expand Down Expand Up @@ -176,7 +177,8 @@
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
"symfony/flex": true,
"php-http/discovery": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit 442f0cc

Please sign in to comment.