Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
fix: update union bank client
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Nov 23, 2023
1 parent d99f19a commit ec673a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/php
{
"name": "union-bank-service",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/php:0-8.1"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"brokeyourbike/base-models": "^0.3.0",
"brokeyourbike/country-casts-laravel": "^0.1.0",
"brokeyourbike/has-source-model": "^2.0",
"brokeyourbike/union-bank-api-client": "^0.1.2",
"brokeyourbike/union-bank-api-client": "^0.2.0",
"glocurrency/middleware-blocks": "^0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0"
Expand Down

0 comments on commit ec673a1

Please sign in to comment.