Skip to content

Commit

Permalink
Merge pull request #28 from GZep/master
Browse files Browse the repository at this point in the history
mysqli requirement removed due to Composer error "Requested PHP extension mysqli is missing"
  • Loading branch information
colshrapnel committed Feb 7, 2015
2 parents c332b8c + 9ecb78e commit 9cdfd4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"issues": "https://github.com/colshrapnel/safemysql/issues"
},
"require": {
"php": ">=5.0.0",
"ext-mysqli": "*"
"php": ">=5.0.0"
},
"autoload": {
"files": ["safemysql.class.php"]
Expand Down

0 comments on commit 9cdfd4e

Please sign in to comment.