Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Mar 26, 2023
1 parent 9da6f4e commit c9f2f1c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "wearerequired/wp-widget-disable",
"description": "WordPress plugin to disable sidebar and dashboard widgets with an easy to use interface.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "required",
"email": "[email protected]",
"homepage": "https://required.com",
"role": "Developer"
}
],
"name": "wearerequired/wp-widget-disable",
"description": "WordPress plugin to disable sidebar and dashboard widgets with an easy to use interface.",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"widgets"
],
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"authors": [
{
"name": "required",
"email": "[email protected]",
"homepage": "https://required.com",
"role": "Developer"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
],
"require": {
"php": ">=5.6",
"php": ">=7.4",
"wearerequired/wp-requirements-check": "~1.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"phpunit/phpunit": "^5 || ^7",
"wearerequired/coding-standards": "^1.6",
"yoast/phpunit-polyfills": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"scripts": {
"format": "vendor/bin/phpcbf --report-summary --report-source .",
"lint": "vendor/bin/phpcs --report-summary --report-source .",
Expand Down

0 comments on commit c9f2f1c

Please sign in to comment.