Adds DFs
This commit is contained in:
16
spec/fixtures/dynamic_finders/plugin_version/trivia-adapter-pack/composer_file/composer.json
vendored
Normal file
16
spec/fixtures/dynamic_finders/plugin_version/trivia-adapter-pack/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "marac/trivia-adapter-pack",
|
||||
"type": "library",
|
||||
"description": "This plugin package provides a package of 3 Quiz Adapter elements which extends the existing Convoworks WP Plugin.",
|
||||
"homepage": "https://github.com/zef-dev/trivia-adapter-pack",
|
||||
"keywords": [
|
||||
"convoworks"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ConvoTriviaPack\\Pckg\\TriviaAdapterPack\\": "src/ConvoTriviaPack/Pckg/TriviaAdapterPack"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user