rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,22 @@
{
"name" : "scribu/scb-framework",
"description": "A set of useful classes for faster plugin development",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/scribu/wp-scb-framework",
"license" : "GPL-3.0+",
"authors" : [
{
"name" : "Cristi Burcă",
"homepage": "http://scribu.net/"
}
],
"support" : {
"issues": "https://github.com/scribu/wp-scb-framework/issues",
"source": "https://github.com/scribu/wp-scb-framework",
"wiki": "https://github.com/scribu/wp-scb-framework/wiki"
},
"autoload" : {
"classmap": ["."],
"files" : ["load-composer.php", "Util.php"]
}
}