We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2b5d1 commit f5a936bCopy full SHA for f5a936b
src/bref/CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
## [NOT RELEASED]
4
5
+## 0.3.0
6
+
7
+### BC breaks
8
9
+We do no longer require `bref/bref`. If you use Symfony/Laravel Kernel or PSR-15
10
+you will get an exception. Run `composer require bref/bref` to solve the issue.
11
12
+### Added
13
14
+- We do not use internal classes in Bref any more (https://github.com/php-runtime/runtime/pull/88)
15
+- Some handlers do not require the `bref/bref` package (https://github.com/php-runtime/runtime/pull/89)
16
+- We include a runtime specific Bref layer (https://github.com/php-runtime/bref-layer)
17
18
## 0.2.2
19
20
### Fixed
0 commit comments