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