File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66## Unreleased
77
8+ ## 0.1.2 [ 2020-02-24]
9+ ### Added
10+ * Adds symfony5 compatibility
11+
812## 0.1.1 [ 2019-03-13]
913### Added
1014 * Add a third string optional parameter to ` WebTestCase::assertStatusCode ` as a custom failure message
Original file line number Diff line number Diff line change 2121 ],
2222 "require" : {
2323 "php" : " ^7.1" ,
24- "symfony/framework-bundle" : " ^3.4|^4.0"
24+ "symfony/framework-bundle" : " ^3.4|^4.0|^5.0 "
2525 },
2626 "require-dev" : {
27- "symfony/symfony" : " ^3.4|^4.0" ,
28- "symfony/phpunit-bridge" : " ^4.2 " ,
27+ "symfony/symfony" : " ^3.4|^4.0|^5.0 " ,
28+ "symfony/phpunit-bridge" : " ^5.0 " ,
2929 "phpunit/phpunit" : " ^7.5|^8" ,
3030 "php-coveralls/php-coveralls" : " ^2.1" ,
3131 "phpstan/phpstan" : " ^0.11.2" ,
You can’t perform that action at this time.
0 commit comments