Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MrHash committed Mar 8, 2013
1 parent 1f8a8eb commit 177be09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -19,7 +19,6 @@
"source": "https://github.com/phpmyadmin/phpmyadmin" "source": "https://github.com/phpmyadmin/phpmyadmin"
}, },
"require": { "require": {
"php": ">=5.2.0", "php": ">=5.2.0"
"mysql": ">=5.0"
} }
} }

0 comments on commit 177be09

Please sign in to comment.