Skip to content

Commit c1e94d5

Browse files
committed
Remove ext-mysql so that PHP7 can work as well
MySQL is enabled automatically for buildpacks of PHP 5.6 and greater, no need to include it in composer.json.
1 parent e91726f commit c1e94d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"require": {"php": ">=5.6", "ext-mysql": "*", "ext-gd": "*"}}
1+
{"require": {"php": ">=5.6", "ext-gd": "*"}}

config/composer.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)