From 28b683b2e9e0d721f5bf394dfc59fefd8a1aab1b Mon Sep 17 00:00:00 2001 From: Dron Rathore Date: Wed, 12 Dec 2012 13:19:18 +0530 Subject: mysql version should also be included in "require" mysql versions are also varying in functionality, so we should tell that too. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e699491831..13e0955a38 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "source": "https://github.com/phpmyadmin/phpmyadmin" }, "require": { - "php": ">=5.2.0" + "php": ">=5.2.0", + "mysql": ">=5.0" } } -- cgit v1.2.3