|
1 | 1 | { |
2 | 2 | "name": "brainstormforce/all-in-one-schemaorg-rich-snippets", |
3 | 3 | "description": "Get eye catching results in search engines with the most popular schema markup plugin.", |
| 4 | + "require": {}, |
4 | 5 | "require-dev": { |
5 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", |
6 | | - "wp-coding-standards/wpcs": "2.2.1", |
7 | | - "phpcompatibility/phpcompatibility-wp": "2.1.0", |
8 | | - "brainmaestro/composer-git-hooks": "^2.6" |
9 | | - }, |
10 | | - "require": { |
| 6 | + "brainmaestro/composer-git-hooks": "^2.6", |
| 7 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
| 8 | + "phpcompatibility/php-compatibility": "^9.3", |
| 9 | + "wp-coding-standards/wpcs": "^2.2" |
11 | 10 | }, |
12 | 11 | "extra": { |
13 | 12 | "hooks": { |
14 | 13 | "pre-commit": [ |
15 | | - "echo committing as $(git config user.name)", |
16 | | - "sh bin/block-commits-with-merge-conflict.sh" |
| 14 | + "echo committing as $(git config user.name)", |
| 15 | + "sh bin/block-commits-with-merge-conflict.sh" |
17 | 16 | ] |
18 | 17 | } |
19 | 18 | }, |
20 | 19 | "scripts": { |
21 | 20 | "post-install-cmd": "vendor/bin/cghooks add --ignore-lock", |
22 | 21 | "post-update-cmd": "vendor/bin/cghooks update", |
23 | | - "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source", |
24 | | - "lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source" |
| 22 | + "format": "phpcbf --standard=phpcs.xml.dist", |
| 23 | + "lint": "phpcs --standard=phpcs.xml.dist" |
25 | 24 | } |
26 | 25 | } |
0 commit comments