Skip to content

Commit e076409

Browse files
authored
Merge pull request #2 from gianiaz/symfony-5
Symfony 5 compatibility
2 parents d8bcec0 + e137f61 commit e076409

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
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",

0 commit comments

Comments
 (0)