Skip to content

Commit cea493d

Browse files
escopeczdennisameling
authored andcommitted
Increasing max PHP version to PHP 7.4
1 parent 635899b commit cea493d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

UPGRADE-3.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# User facing changes
22

33
* {leadfield=...} tokens were removed. Use {contactfield=...} tokens instead.
4-
* Supported PHP versions are 7.2 and 7.3
4+
* Supported PHP versions are 7.2, 7.3 and 7.4
55
* Console was moved to another directory. Update all your cron job and replace app/console with bin/console
66
* There is a new file manager. You can see it when you go to a WYSIWYG editor and try to add an image for example.
77
* The Rackspace and OpenStack plugins for remote assets were removed due to outdated library from Rackspace.
@@ -13,7 +13,7 @@
1313

1414
# Backwards compatibility breaking changes
1515

16-
* Minimal PHP version was increased from v5.6.19 to v7.2.0.
16+
* Minimal PHP version was increased from v5.6.19 to v7.2.21.
1717
* Minimal MySQL version was increased from v5.5.3 to v5.7.14
1818
* Symfony deprecations were removed or refactored [https://github.com/symfony/symfony/blob/3.0/UPGRADE-3.0.md](https://github.com/symfony/symfony/blob/3.0/UPGRADE-3.0.md)
1919
* Migrating the database should be done by upgrading to the latest 2.x series then to M3 as all 2.x migrations have been removed from the 3.x code

app/release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "3.1.2-rc",
33
"stability": "rc",
44
"minimum_php_version": "7.2.21",
5-
"maximum_php_version": "7.3.99",
5+
"maximum_php_version": "7.4.99",
66
"minimum_mautic_version": "3.0.0-alpha",
77
"announcement_url": ""
88
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"require": {
18-
"php": ">=7.2.21 <7.4",
18+
"php": ">=7.2.21 <7.5",
1919
"ext-zlib": "^7.2",
2020
"ext-zip": "^1.15",
2121
"ext-imap": "*",

0 commit comments

Comments
 (0)