Merge pull request #206 from MrHash/master

Correction to composer.json mysql dependency
This commit is contained in:
Michal Čihař 2013-03-09 00:58:27 -08:00
commit 7698f8e705

View File

@ -19,7 +19,6 @@
"source": "https://github.com/phpmyadmin/phpmyadmin"
},
"require": {
"php": ">=5.2.0",
"mysql": ">=5.0"
"php": ">=5.2.0"
}
}