Skip to content

Commit

Permalink
Change name of the php package
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 14, 2024
1 parent 5a3c0ef commit 3647b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,5 @@ jobs:
if: ${{ inputs.release_type != 'Dry Run' }}
env:
PACKAGIST_KEY: ${{ steps.retrieve-secrets.outputs.packagist-key }}
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=bitwarden&apiToken=${{ env.PACKAGIST_KEY }}' -d'{"repository":{"url":"https://packagist.org/packages/bitwarden/bitwarden-sdk-secrets"}}'
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=bitwarden&apiToken=${{ env.PACKAGIST_KEY }}' -d'{"repository":{"url":"https://packagist.org/packages/bitwarden/sdk-secrets"}}'
working-directory: sm-sdk-php
2 changes: 1 addition & 1 deletion languages/php/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bitwarden/bitwarden-sdk-secrets",
"name": "bitwarden/sdk-secrets",
"description": "PHP bindings for interacting with the Bitwarden Secrets Manager. This is a beta release and might be missing some functionality.",
"type": "library",
"keywords": ["bitwarden","sdk","password-manager"],
Expand Down

0 comments on commit 3647b64

Please sign in to comment.