Skip to content

Commit

Permalink
Feature/next release (#44)
Browse files Browse the repository at this point in the history
- Added symfony 4.0 compatibility in composer
  • Loading branch information
krowinski authored Aug 6, 2018
1 parent e178de2 commit 180e3d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Release Notes

## v5.0.3
- Added symfony 4.0 compatibility in composer

## v5.0.2 (2018-06-22)
- Added checking for eof (#42)
- Added support for column type 11 - TIME (mysql 5.5 only) (#41)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ext-sockets": "*",
"doctrine/dbal": "^2.5",
"doctrine/collections": "^1.3",
"symfony/event-dispatcher": "^2.8|^3.1",
"symfony/dependency-injection": "^2.8|^3.1",
"symfony/event-dispatcher": "^2.8|^3.1|^4.0",
"symfony/dependency-injection": "^2.8|^3.1|^4.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 180e3d6

Please sign in to comment.