Skip to content

Commit

Permalink
Updated to Laravel 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy committed Nov 25, 2019
1 parent 71cff56 commit 6bf0291
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.yml]
[*.{yml,yaml}]
indent_size = 2
3 changes: 0 additions & 3 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
php:
preset: laravel
enabled:
- alpha_ordered_imports
disabled:
- length_ordered_imports
- unused_use
finder:
not-name:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php": "^7.2",
"fideloper/proxy": "^4.0",
"jaybizzle/laravel-migrations-organiser": "^4.2",
"laravel/framework": "6.4.*",
"laravel/framework": "6.5.*",
"laravel/tinker": "^1.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 6bf0291

Please sign in to comment.