Created
August 1, 2018 13:15
-
-
Save Yame-/c6866c33e47f2b4a242728a52775622c to your computer and use it in GitHub Desktop.
Default WordPress Plugin composer file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "demo/demo", | |
"description": "Demo plugin", | |
"type": "wordpress-plugin", | |
"require": { | |
"composer/installers": "v1.0.6" | |
}, | |
"authors": [ | |
{ | |
"name": "iValue", | |
"email": "[email protected]" | |
} | |
], | |
"autoload": { | |
"psr-4": { | |
"Demo\\": "src/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment