Skip to content

Commit

Permalink
CU-cq0z84 - Add laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
serkansahinn committed Jan 26, 2021
1 parent 719fda9 commit 1024c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/events": "^5.8 || ^6.0 || ^7.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"illuminate/events": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"nesbot/carbon": "^2.0",
"commerceguys/intl": "^1.0.4",
"umpirsky/country-list": "^2.0",
Expand Down

0 comments on commit 1024c2b

Please sign in to comment.