HELLO v3!!!
This commit is contained in:
24
spec/fixtures/dynamic_finders/plugin_version/bigly-dropship/composer_file/composer.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/bigly-dropship/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "bigly/wp-dropship",
|
||||
"description": "BiglyTechnology Dropship plugin for WordPress",
|
||||
"type": "WordPress-plugin",
|
||||
"version": "1.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Md Adil",
|
||||
"email": "md-adil@live.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"Composer/Management.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"deploy": [
|
||||
"Composer\\Management::deploy"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user