This commit is contained in:
erwanlr
2020-04-25 17:43:29 +02:00
parent 7a03c0db25
commit 1cd8e6bad7
14 changed files with 41334 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "starterblocks/starterblocks",
"type": "wordpress-plugin",
"license": "gpl-2.0-or-later",
"version": "1.0.2",
"description": "WordPress",
"homepage": "https://starterblocks.io/",
"authors": [
{
"name": "Dovy Paukstys",
"email": "dovy@redux.io",
"homepage": "https://github.com/dovy"
}
],
"keywords": ["wordpress"],
"support": {
"issues": "https://github.com/starterblocks/starterblocks/issues"
},
"autoload": {
"psr-4": {
"StarterBlocks\\": "core/"
}
},
"require": {
"php": ">=7.1",
"composer/installers": "~1.0"
},
"scripts": {
"test": ["phpcs"]
}
}