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

Commit

Permalink
Added support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Lago committed Sep 11, 2020
1 parent 351f8af commit 708266d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"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",
Expand All @@ -31,8 +31,6 @@
"require-dev": {
"orchestra/testbench": "^4.0||^5.0||^6.0",
"orchestra/canvas": "^4.0||^5.0||^6.0",
"laravel/legacy-factories": "^1.0",
"illuminate/macroable": "^8.0",
"phpunit/phpunit": "^8.0||^9.0"
},
"autoload": {
Expand Down

0 comments on commit 708266d

Please sign in to comment.