Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 556ef62

Browse files
committed
bumped min PHP version to 7.0
1 parent 1c870bd commit 556ef62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 3.0.3 (2017-XX-XX)
2+
3+
* bumped min PHP version to 7.0 (as this is PHP min version for Swiftmailer 6.0)
4+
15
* 3.0.2 (2017-06-05)
26

37
* removed empty delivery_addresses

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.2",
19+
"php": ">=7.0.0",
2020
"swiftmailer/swiftmailer": "^6.0.1",
2121
"symfony/dependency-injection": "~2.7|~3.0",
2222
"symfony/http-kernel": "~2.7|~3.0",

0 commit comments

Comments
 (0)