mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #52] [MERGED] Laravel 6.0 Shift #54
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/52
Author: @freekmurze
Created: 9/4/2019
Status: ✅ Merged
Merged: 9/4/2019
Merged by: @freekmurze
Base:
master← Head:shift-17756📝 Commits (6)
fa8bd08Adopt Laravel coding style2e0a47dShift core files24e06d3Shift config filese360cb3Default config files140a1daShift Laravel dependencies4e9e36fShift testing configuration📊 Changes
17 files changed (+181 additions, -111 deletions)
View changed files
📝
app/Http/Kernel.php(+1 -0)📝
app/Http/Middleware/SanitizeCommand.php(+0 -1)📝
app/Services/Commands/Commands/DnsLookup.php(+0 -1)📝
composer.json(+4 -5)📝
config/app.php(+2 -0)📝
config/backup.php(+1 -1)📝
config/broadcasting.php(+1 -1)📝
config/cache.php(+2 -1)📝
config/database.php(+13 -4)📝
config/filesystems.php(+1 -1)📝
config/mail.php(+2 -2)📝
config/queue.php(+2 -1)📝
config/services.php(+10 -15)📝
phpunit.xml(+16 -9)📝
resources/lang/en/passwords.php(+0 -1)📝
resources/lang/en/validation.php(+97 -68)➕
tests/bootstrap.php(+29 -0)📄 Description
This pull request includes the changes for upgrading to Laravel 6.0. Feel free to commit any additional changes to the
shift-17756branch.Before merging, you should:
shift-17756branchcomposer update(if the scripts fail, add--no-scripts)If you want help with your upgrade, check out the Shift Human Services or join the Shifty Coders Slack room to get answers to all your Laravel questions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.