Skip to content

Commit c8ed5a2

Browse files
authored
Merge pull request #9 from jbfewo/master
Add Symfony4 support
2 parents 4a0eb22 + 53cfb2f commit c8ed5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.9",
16-
"symfony/framework-bundle": "~2.8|~3.0"
16+
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
1717
},
1818
"require-dev": {
1919
"atoum/atoum": "dev-master"
@@ -25,4 +25,4 @@
2525
"psr-4": { "Swm\\Bundle\\MailHookBundle\\": "" },
2626
"exclude-from-classmap": ["/tests/"]
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)