mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update code fixing in dev, used libraries and laravel/framework to latest versions
This commit is contained in:
+3
-3
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user