Skip to content

Commit

Permalink
chore: set COMPOSER_ALLOW_SUPERUSER=1 in container (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Nov 18, 2024
1 parent b82016a commit 3a93975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export DART_PUB_REPOSITORY="https://github.com/ory/sdk/tree/master/clients/${PRO
export JAVA_GROUP_ID=sh.ory.$PROJECT
export JAVA_ARTIFACT_ID=$PROJECT-client

export COMPOSER_ALLOW_SUPERUSER=1
export PHP_PACKAGE_NAME="ory/${PROJECT}-client"
export PHP_INVOKER_PACKAGE="Ory\\${PROJECT_UCF}\\Client"

Expand Down

0 comments on commit 3a93975

Please sign in to comment.