Skip to content

Commit

Permalink
laravel 7 support addded
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridAghili authored Aug 1, 2020
1 parent d5e8e5c commit 58fed65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/framework": "^5.6 | ^5.7 | ^5.8 | ^6.0",
"php": "^7.1",
"laravel/framework": "^5.6 | ^5.7 | ^5.8 | ^6.0 | 7.*",
"ext-curl": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit 58fed65

Please sign in to comment.