added code style fixer

This commit is contained in:
Peter Papp
2021-04-25 08:44:08 +02:00
parent 3645b3e8f7
commit b52fe0454b
5 changed files with 705 additions and 206 deletions
+3 -1
View File
@@ -14,6 +14,7 @@
"cartalyst/stripe-laravel": "^13.1",
"doctrine/dbal": "^2.12.1",
"fideloper/proxy": "^4.4.1",
"friendsofphp/php-cs-fixer": "^2.18",
"fruitcake/laravel-cors": "^2.0.3",
"gabrielelana/byte-units": "^0.5.0",
"guzzlehttp/guzzle": "^7.2.0",
@@ -83,6 +84,7 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
],
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
}
}