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

Commit

Permalink
Laravel 8 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Jun 2, 2020
1 parent f4c581f commit 5fa8664
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 @@ -20,9 +20,9 @@
],
"require": {
"php": "^7.2",
"illuminate/console": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"suggest": {
"laravel/helpers": "Provides backwards compatibility for helpers in the latest Laravel release."
Expand Down

0 comments on commit 5fa8664

Please sign in to comment.