init
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "wcpay/wcpay-lib",
|
||||
"description": "A package for hiding renamed dependencies.",
|
||||
"minimum-stability": "dev",
|
||||
"require-dev": {
|
||||
"league/container": "4.2",
|
||||
"coenjacobs/mozart": "0.7.1",
|
||||
"psr/container": "^1.1"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"\"vendor/bin/mozart\" compose"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"\"vendor/bin/mozart\" compose"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"mozart": {
|
||||
"dep_namespace": "WCPay\\Vendor\\",
|
||||
"dep_directory": "/packages/",
|
||||
"packages": [
|
||||
"league/container",
|
||||
"psr/container"
|
||||
],
|
||||
"classmap_directory": "/classmaps/",
|
||||
"classmap_prefix": "WCPay_Vendor",
|
||||
"delete_vendor_directories": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user