Update code fixing in dev, used libraries and laravel/framework to latest versions

This commit is contained in:
DariusIII
2019-05-07 20:43:51 +02:00
parent e1938bcf72
commit 9e9e2b6a85
5 changed files with 96 additions and 69 deletions
+3 -3
View File
@@ -164,6 +164,7 @@
"friendsofphp/php-cs-fixer": "^2.14",
"fzaninotto/faker": "~1.4",
"laracasts/generators": "dev-master",
"matt-allan/laravel-code-style": "^0.2.0",
"mockery/mockery": "^1.0",
"moontoast/math": "^1.1",
"nunomaduro/collision": "^3.0",
@@ -192,9 +193,8 @@
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"format": [
"vendor/bin/php-cs-fixer fix --config .php-cs"
]
"check-style": "php-cs-fixer fix --dry-run --diff",
"fix-style": "php-cs-fixer fix"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",