Skip to content

Commit

Permalink
Merge pull request #9 from jbfewo/master
Browse files Browse the repository at this point in the history
Add Symfony4 support
  • Loading branch information
ScullWM committed Jun 14, 2019
2 parents 4a0eb22 + 53cfb2f commit c8ed5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.8|~3.0"
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
},
"require-dev": {
"atoum/atoum": "dev-master"
Expand All @@ -25,4 +25,4 @@
"psr-4": { "Swm\\Bundle\\MailHookBundle\\": "" },
"exclude-from-classmap": ["/tests/"]
}
}
}

0 comments on commit c8ed5a2

Please sign in to comment.