composer
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
2 changed files
with
3 additions
and
56 deletions
| ... | @@ -20,12 +20,12 @@ | ... | @@ -20,12 +20,12 @@ |
| 20 | "php": ">=5.6" | 20 | "php": ">=5.6" |
| 21 | }, | 21 | }, |
| 22 | "require-dev": { | 22 | "require-dev": { |
| 23 | "php-parallel-lint/php-parallel-lint": "^1.3.2", | 23 | |
| 24 | "phpcompatibility/phpcompatibility-wp": "^2.1.4", | 24 | "phpcompatibility/phpcompatibility-wp": "^2.1.4", |
| 25 | "phpmd/phpmd": "^2.13.0", | 25 | "phpmd/phpmd": "^2.13.0", |
| 26 | "phpstan/phpstan": "^1.9.0", | 26 | "phpstan/phpstan": "^1.9.0", |
| 27 | "roave/security-advisories": "dev-master", | 27 | "roave/security-advisories": "dev-master", |
| 28 | "squizlabs/php_codesniffer": "^3.7.1", | 28 | |
| 29 | "szepeviktor/phpstan-wordpress": "^1.1.3", | 29 | "szepeviktor/phpstan-wordpress": "^1.1.3", |
| 30 | "wp-coding-standards/wpcs": "^2.3.0", | 30 | "wp-coding-standards/wpcs": "^2.3.0", |
| 31 | "wptrt/wpthemereview": "^0.2.1" | 31 | "wptrt/wpthemereview": "^0.2.1" | ... | ... |
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
| 5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
| 6 | ], | 6 | ], |
| 7 | "content-hash": "8aeb936a685cb2ff32537ac3ac870e0c", | 7 | "content-hash": "88c3093b47fbf6f09252b8e52d22b52e", |
| 8 | "packages": [], | 8 | "packages": [], |
| 9 | "packages-dev": [ | 9 | "packages-dev": [ |
| 10 | { | 10 | { |
| ... | @@ -189,59 +189,6 @@ | ... | @@ -189,59 +189,6 @@ |
| 189 | "time": "2023-02-28T20:56:15+00:00" | 189 | "time": "2023-02-28T20:56:15+00:00" |
| 190 | }, | 190 | }, |
| 191 | { | 191 | { |
| 192 | "name": "php-parallel-lint/php-parallel-lint", | ||
| 193 | "version": "v1.3.2", | ||
| 194 | "source": { | ||
| 195 | "type": "git", | ||
| 196 | "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", | ||
| 197 | "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de" | ||
| 198 | }, | ||
| 199 | "dist": { | ||
| 200 | "type": "zip", | ||
| 201 | "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de", | ||
| 202 | "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de", | ||
| 203 | "shasum": "" | ||
| 204 | }, | ||
| 205 | "require": { | ||
| 206 | "ext-json": "*", | ||
| 207 | "php": ">=5.3.0" | ||
| 208 | }, | ||
| 209 | "replace": { | ||
| 210 | "grogy/php-parallel-lint": "*", | ||
| 211 | "jakub-onderka/php-parallel-lint": "*" | ||
| 212 | }, | ||
| 213 | "require-dev": { | ||
| 214 | "nette/tester": "^1.3 || ^2.0", | ||
| 215 | "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", | ||
| 216 | "squizlabs/php_codesniffer": "^3.6" | ||
| 217 | }, | ||
| 218 | "suggest": { | ||
| 219 | "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" | ||
| 220 | }, | ||
| 221 | "bin": [ | ||
| 222 | "parallel-lint" | ||
| 223 | ], | ||
| 224 | "type": "library", | ||
| 225 | "autoload": { | ||
| 226 | "classmap": [ | ||
| 227 | "./src/" | ||
| 228 | ] | ||
| 229 | }, | ||
| 230 | "notification-url": "https://packagist.org/downloads/", | ||
| 231 | "license": [ | ||
| 232 | "BSD-2-Clause" | ||
| 233 | ], | ||
| 234 | "authors": [ | ||
| 235 | { | ||
| 236 | "name": "Jakub Onderka", | ||
| 237 | "email": "ahoj@jakubonderka.cz" | ||
| 238 | } | ||
| 239 | ], | ||
| 240 | "description": "This tool check syntax of PHP files about 20x faster than serial check.", | ||
| 241 | "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", | ||
| 242 | "time": "2022-02-21T12:50:22+00:00" | ||
| 243 | }, | ||
| 244 | { | ||
| 245 | "name": "php-stubs/wordpress-stubs", | 192 | "name": "php-stubs/wordpress-stubs", |
| 246 | "version": "v6.2.0", | 193 | "version": "v6.2.0", |
| 247 | "source": { | 194 | "source": { | ... | ... |
-
Please register or sign in to post a comment