Skip to content

Commit e406ca4

Browse files
authored
Merge pull request #8 from svnldwg/dependabot/composer/bref/bref-1.1.4
Bump bref/bref from 0.5.24 to 1.1.4
2 parents 42d052d + 3df7696 commit e406ca4

File tree

5 files changed

+176
-134
lines changed

5 files changed

+176
-134
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ serverless-print: ## print generated serverless.yml with all populated values
5151
$(RUN) serverless print --stage dev
5252
.PHONY: serverless-print
5353

54+
bref-layers:
55+
$(RUN) vendor/bin/bref layers eu-central-1
56+
.PHONY: bref-layers
57+
5458
# INVOKE FUNCTIONS LOCALLY
5559
function-invoke-local:
5660
serverless invoke local --stage dev --function function --data "hello world"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ make serverless-deploy
5858
* SNS Integration
5959
* SQS Integration
6060
* S3 Integration
61-
* HTTP Authorization
61+
* HTTP Authorization
62+
* Websockets

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^7.4",
88
"ext-json": "*",
9-
"bref/bref": "^0.5.24",
9+
"bref/bref": "^1.1.4",
1010
"bref/logger": "^1.0.0",
1111
"guzzlehttp/guzzle": "^7.2.0"
1212
},

0 commit comments

Comments
 (0)