@brnshkr/config 0.0.1-alpha.13 → 0.0.1-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/shared.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -431,7 +431,7 @@ A few possible ways are listed below:
|
|
|
431
431
|
Example call, adjust as needed
|
|
432
432
|
|
|
433
433
|
```sh
|
|
434
|
-
php ./vendor/bin/php-cs-fixer fix
|
|
434
|
+
php ./vendor/bin/php-cs-fixer fix --config ./conf/php-cs-fixer.php -v --show-progress=dots
|
|
435
435
|
```
|
|
436
436
|
|
|
437
437
|
<!-- omit in toc -->
|
|
@@ -440,7 +440,7 @@ php ./vendor/bin/php-cs-fixer fix -v --show-progress=dots --config ./conf/php-cs
|
|
|
440
440
|
Example call, adjust as needed
|
|
441
441
|
|
|
442
442
|
```sh
|
|
443
|
-
php ./vendor/bin/rector process --config ./conf/rector.php
|
|
443
|
+
php ./vendor/bin/rector process --config ./conf/rector.php --memory-limit=-1
|
|
444
444
|
```
|
|
445
445
|
|
|
446
446
|
<!-- omit in toc -->
|
|
@@ -449,7 +449,7 @@ php ./vendor/bin/rector process --config ./conf/rector.php
|
|
|
449
449
|
Example call, adjust as needed
|
|
450
450
|
|
|
451
451
|
```sh
|
|
452
|
-
php ./vendor/bin/phpstan analyze --
|
|
452
|
+
php ./vendor/bin/phpstan analyze --configuration ./conf/phpstan.php -vv --memory-limit=-1
|
|
453
453
|
```
|
|
454
454
|
|
|
455
455
|
<!-- omit in toc -->
|
package/dist/shared.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@brnshkr/config",
|
|
4
|
-
"version": "0.0.1-alpha.
|
|
4
|
+
"version": "0.0.1-alpha.14",
|
|
5
5
|
"description": "Centralized collection of configuration and tooling used across all @brnshkr projects",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Patrick Rupp",
|