Updates DFs
This commit is contained in:
26
spec/fixtures/dynamic_finders/plugin_version/wptc-cloud-infinite/composer_file/composer.json
vendored
Normal file
26
spec/fixtures/dynamic_finders/plugin_version/wptc-cloud-infinite/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "stevapple/wptc-cloud-infinite",
|
||||
"description": "Enhances WordPress media library with cloud-based intelligent data processing powered by Cloud Infinite.",
|
||||
"version": "0.1.2",
|
||||
"type": "library",
|
||||
"license": "Apache 2.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WPTC\\CloudInfinite\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"inc/class-wptc-functionality.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "stevapple",
|
||||
"email": "stevapple@icloud.com"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0.0",
|
||||
"yoast/phpunit-polyfills": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user