From 7bf1285d9d87aafdc9de6704dd4afdee07e79086 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 13 Feb 2023 14:33:12 +0000 Subject: [PATCH] Add support for the new Bref hooks See https://github.com/brefphp/bref/pull/1411 --- composer.json | 2 +- src/bootstrap.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c272bf..fd0cb72 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": ">=8.0.0", "ext-posix": "*", - "bref/bref": "^2.0@beta", + "bref/bref": "^2.0.0-beta-12", "symfony/process": "^4.2|^5.0|^6.0", "hollodotme/fast-cgi-client": "^3.0" }, diff --git a/src/bootstrap.php b/src/bootstrap.php index 888cfe0..796d9b1 100755 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -1,5 +1,6 @@