Skip to content

Commit

Permalink
Add pint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Oct 22, 2024
1 parent b4a229a commit ad40f9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"laravel/pint": "^1.18",
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0",
"friendsofphp/php-cs-fixer": "^3.0"
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ad40f9d

Please sign in to comment.