Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrHash <mr.hash@gmail.com>2013-03-08 23:53:02 +0400
committerMrHash <mr.hash@gmail.com>2013-03-08 23:53:02 +0400
commit177be0937c8324d179f9b22f2399cc7679542cf2 (patch)
tree76e4b8f822109e95994e6f34307ef78448c5b8e8 /composer.json
parent1f8a8eb466b546e562ac260019e7106d91b52302 (diff)
Update composer.json
Mysql dependency is not valid according to discussion on #composer channel. It prevents installation giving this error: phpmyadmin/phpmyadmin dev-master requires mysql >=5.0 -> no matching package found.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 7179fbe69e..ba03706ef4 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,6 @@
"source": "https://github.com/phpmyadmin/phpmyadmin"
},
"require": {
- "php": ">=5.2.0",
- "mysql": ">=5.0"
+ "php": ">=5.2.0"
}
}