initial commit
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "vorbild/wpdb-alternative",
|
||||
"description": "Gives you access to main $wpdb->functions",
|
||||
"version": "1.0",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "vorbild"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WP_DB\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user