Skip to content

Commit

Permalink
Merge pull request #9 from timmy1420/patch-1
Browse files Browse the repository at this point in the history
Update composer.json for PR
  • Loading branch information
BSN4 authored Aug 9, 2021
2 parents b0e7d87 + 0cab897 commit 9ad90dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
}
],
"require": {
"php": "~7.1",
"illuminate/support": "5.6.* || 5.7.* || 5.8.* || ^6.0|| ^7.0",
"spatie/regex": "^1.4",
"doctrine/dbal": "^2.9"
"php": "^7.3|^8.0",
"illuminate/support": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"spatie/regex": "^2.0.1",
"doctrine/dbal": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

1 comment on commit 9ad90dd

@timmy1420
Copy link
Contributor

@timmy1420 timmy1420 commented on 9ad90dd Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@if4lcon Thanks for the PR merge. There still seems to be some depency conflict. I'll check them.

EDIT: Everything is working fine after a composer update

Please sign in to comment.