Skip to content

Commit

Permalink
Uses Laravel Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jun 27, 2022
1 parent 346927e commit 192b3a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
28 changes: 0 additions & 28 deletions .php-cs-fixer.dist.php

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package provides a wonderful **PHP Skeleton** to start building your next p
composer create-project nunomaduro/skeleton-php --prefer-source PackageName
```

🧹 Keep a modern codebase with **PHP CS Fixer**:
🧹 Keep a modern codebase with **Pint**:
```bash
composer lint
```
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"php": "^8.1"
},
"require-dev": {
"laravel/pint": "^0.2.0",
"pestphp/pest": "^1.21.3",
"friendsofphp/php-cs-fixer": "^3.8.0",
"phpstan/phpstan": "^1.7.12",
"symfony/var-dumper": "^6.1.0"
},
Expand All @@ -38,8 +38,8 @@
}
},
"scripts": {
"lint": "php-cs-fixer fix -v",
"test:lint": "php-cs-fixer fix -v --dry-run",
"lint": "pint -v",
"test:lint": "pint --test -v",
"test:types": "phpstan analyse --ansi",
"test:unit": "pest --colors=always",
"test": [
Expand Down

0 comments on commit 192b3a3

Please sign in to comment.