Skip to content

Commit f5a936b

Browse files
authored
[Bref] Update readme (#90)
* [Bref] Update readme * Added links * Added more content =) * syntax * syntax * Normalize composer
1 parent 9a2b5d1 commit f5a936b

File tree

3 files changed

+303
-98
lines changed

3 files changed

+303
-98
lines changed

src/bref/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [NOT RELEASED]
44

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+
518
## 0.2.2
619

720
### Fixed

0 commit comments

Comments
 (0)