Skip to content

Commit

Permalink
Add Laravel Pint dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Nov 13, 2023
1 parent 9264b68 commit ad5bd80
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"illuminate/contracts": "^8.0|^9.0|^10.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^10.1"
Expand All @@ -44,7 +45,8 @@
},
"scripts": {
"test": "vendor/bin/testbench package:test --no-coverage",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad5bd80

Please sign in to comment.