Skip to content

Commit

Permalink
Bump symfony requirements to 4.*
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroendesloovere committed Jun 11, 2018
1 parent afb0b9c commit 0ead694
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 348 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": "^7.1",
"symfony/http-kernel": "^2.3|^3.0"
"symfony/http-kernel": "^2.3|^3.0|^4.0"
},
"require-dev": {
"symfony/framework-bundle": "^2.3|^3.0"
"symfony/framework-bundle": "^2.3|^3.0|^4.0"
},
"autoload": {
"psr-4": { "MailMotor\\Bundle\\MailMotorBundle\\": "" }
Expand Down
Loading

0 comments on commit 0ead694

Please sign in to comment.