Skip to content

Commit

Permalink
Upgrade Dependendies for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafBasry committed Sep 17, 2021
1 parent d062739 commit e45d734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"ifsnop/mysqldump-php": "^2.7",
"illuminate/console": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0"
"illuminate/console": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "3.1-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit e45d734

Please sign in to comment.