Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Generated language file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Apr 26, 2020
1 parent 563f8eb commit 224250c
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@
{
"name": "mypreview/block-copy",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"require": {
"php": ">=7.2"
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.2.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"wp-cli/i18n-command": "^2.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5"
},
"scripts": {
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"phpcbf": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
"wp": "\"vendor/wp-cli/wp-cli/bin/wp\""
}
}
"name": "mypreview/block-copy",
"type": "wordpress-plugin",
"description": "A Gutenberg editor extension that provides a simple GUI based solution to copy a single or number of blocks to the clipboard.",
"keywords": [
"WordPress",
"Plugin"
],
"homepage": "https://github.com/mypreview/block-copy",
"license": "GPL-3.0",
"authors": [
{
"name": "Mahdi Yazdani",
"homepage": "https://www.upwork.com/fl/mahdiyazdani"
}
],
"require": {
"php": ">=7.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"wp-coding-standards/wpcs": "^2.2.1",
"phpunit/phpunit": "^7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"wp-cli/i18n-command": "^2.2"
},
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:wpcbf": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .",
"make-pot": "wp i18n make-pot . languages/block-copy.pot"
}
}

0 comments on commit 224250c

Please sign in to comment.