Skip to content

Commit

Permalink
Added JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Mar 20, 2022
1 parent 94ec73c commit 75cccdd
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 560 deletions.
54 changes: 54 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "co-cart/cocart-admin",
"description": "Contains the administrator features for WordPress dashboard as a package.",
"homepage": "https://cocart.xyz",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"package",
"woocommerce"
],
"license": "MIT",
"prefer-stable": true,
"minimum-stability": "stable",
"authors": [
{
"name": "Sébastien Dumont",
"email": "mailme@sebastiendumont.com",
"homepage": "https://sebastiendumont.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/co-cart/cocart-admin/issues"
},
"autoload": {
"classmap": [
"includes/"
]
},
"require": {
"composer/installers": "2.0.1",
"co-cart/cocart-sniffs": "0.0.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.6.0"
},
"scripts": {
"phpcs": [
"phpcs -s -p"
],
"phpcs-pre-commit": [
"phpcs -s -p -n"
],
"phpcbf": [
"phpcbf . -p"
]
},
"extra": {
"scripts-description": {
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
}
}
}
Loading

0 comments on commit 75cccdd

Please sign in to comment.