This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giacomo Secchi
committed
Mar 2, 2024
1 parent
09019ae
commit 110f0e3
Showing
6 changed files
with
78 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,39 @@ | ||
{ | ||
"name": "giacomosecchi/write-poetry", | ||
"type": "wordpress-plugin", | ||
"description": "The Swiss knife plugin designed for developers and advanced users. Unlock the full potential of WordPress with this versatile tool. Empower your workflow without getting your hands dirty.", | ||
"require": { | ||
"yoast/wp-test-utils": "^1.1" | ||
}, | ||
"license": "GPL-2.0-or-later", | ||
"autoload": { | ||
"psr-4": { "WritePoetry\\": "./includes" } | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Giacomo Secchi", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require-dev": { | ||
"wp-coding-standards/wpcs": "^3.0" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
}, | ||
"scripts": { | ||
"check-cs": [ | ||
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -ps" | ||
], | ||
"fix-cs": [ | ||
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source" | ||
], | ||
"check-all": [ | ||
"@check-cs" | ||
] | ||
} | ||
"name": "giacomosecchi/write-poetry", | ||
"type": "wordpress-plugin", | ||
"description": "The Swiss knife plugin designed for developers and advanced users. Unlock the full potential of WordPress with this versatile tool. Empower your workflow without getting your hands dirty.", | ||
"require": { | ||
"yoast/wp-test-utils": "^1.1" | ||
}, | ||
"license": "GPL-2.0-or-later", | ||
"autoload": { | ||
"psr-4": { | ||
"WritePoetry\\": "./includes" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Giacomo Secchi", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require-dev": { | ||
"wp-coding-standards/wpcs": "^3.0" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
}, | ||
"scripts": { | ||
"check-cs": [ | ||
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -ps" | ||
], | ||
"fix-cs": [ | ||
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source" | ||
], | ||
"check-all": [ | ||
"@check-cs" | ||
] | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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