Skip to content

Commit

Permalink
Merge pull request #61 from nafiesl/laravel_8_upgrade
Browse files Browse the repository at this point in the history
Laravel 8 upgrade
  • Loading branch information
nafiesl authored Nov 7, 2020
2 parents ece413e + d8c466c commit 7eea1cc
Show file tree
Hide file tree
Showing 4 changed files with 2,384 additions and 848 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nafiesl/backup-manager-laravel"
}
],
"require": {
"php": "^7.3",
"backup-manager/laravel": "^2.0",
"backup-manager/laravel": "dev-laravel_8_support",
"fideloper/proxy": "^4.0",
"laravel/framework": "^7.0",
"laravel/framework": "^8.0",
"laravel/legacy-factories": "^1.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"laravel/ui": "^3.0",
"luthfi/formfield": "^1.0"
},
"require-dev": {
Expand All @@ -19,7 +26,7 @@
"fzaninotto/faker": "^1.4",
"laravel/browser-kit-testing": "^6.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 7eea1cc

Please sign in to comment.