Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #48 from juanparati/master
Browse files Browse the repository at this point in the history
Added support for Laravel 8
  • Loading branch information
DarkGhostHunter committed Oct 19, 2020
2 parents 300d459 + 708266d commit 9b47821
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
}
],
"require": {
"php": "^7.2.15",
"php": "^7.2.15||^7.3.0",
"ext-json": "*",
"bacon/bacon-qr-code": "^2.0",
"paragonie/constant_time_encoding": "^2.0",
"illuminate/support": "^6.15||^7.0",
"illuminate/auth": "^6.15||^7.0"
"illuminate/support": "^6.15||^7.0||^8.0",
"illuminate/auth": "^6.15||^7.0||^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0||^5.0",
"orchestra/canvas": "^4.0||^5.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^4.0||^5.0||^6.0",
"orchestra/canvas": "^4.0||^5.0||^6.0",
"phpunit/phpunit": "^8.0||^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9b47821

Please sign in to comment.