Skip to content

Commit

Permalink
Update dependencies to support Bref hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 13, 2023
1 parent 5618022 commit 0f2b257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/console/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"bref/bref": "^2.0@beta"
"bref/bref": "^2.0.0-beta12"
},
"minimum-stability": "beta",
"prefer-stable" : true,
Expand Down
2 changes: 1 addition & 1 deletion layers/fpm/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"bref/php-fpm-runtime": "^2.1.0"
"bref/php-fpm-runtime": "^2.2.0"
},
"minimum-stability": "beta",
"prefer-stable" : true,
Expand Down

0 comments on commit 0f2b257

Please sign in to comment.