Skip to content

Commit 0544974

Browse files
committed
Actualización badges y se acorta comando phpcs
1 parent e1c2424 commit 0544974

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Derafu: Enum - Yet Another List of Enumerations for PHP
22

3+
![GitHub last commit](https://img.shields.io/github/last-commit/derafu/enum/main)
4+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/derafu/enum)
5+
![GitHub Issues](https://img.shields.io/github/issues-raw/derafu/enum)
6+
![Total Downloads](https://poser.pugx.org/derafu/enum/downloads)
7+
![Monthly Downloads](https://poser.pugx.org/derafu/enum/d/monthly)
8+
39
A PHP repository for global enumerations.
410

511
## Note on Enumerations

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"phpcs-fix": "vendor/bin/php-cs-fixer fix -v --config=php-cs-fixer.php",
31-
"phpcs-fix-dry-run": "vendor/bin/php-cs-fixer fix -v --dry-run --diff --config=php-cs-fixer.php",
31+
"phpcs": "vendor/bin/php-cs-fixer fix -v --dry-run --diff --config=php-cs-fixer.php",
3232
"phpstan": "vendor/bin/phpstan analyse --configuration=phpstan.neon --memory-limit=1G",
3333
"phpstan-export": "vendor/bin/phpstan analyse --configuration=phpstan.neon --level 9 --generate-baseline"
3434
}

0 commit comments

Comments
 (0)