Skip to content

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Oct 24, 2022
1 parent 267e5b1 commit 87f81a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"brick/math": "~0.8",
"doctrine/dbal": "^2.8|^3.0",
"illuminate/contracts": "^9.0",
"illuminate/database": "^9.0",
"illuminate/database": "^9.36.4",
"ramsey/uuid": "^4.0"
},
"require-dev": {
Expand All @@ -45,9 +45,6 @@
"symplify/easy-coding-standard": "^11.1",
"vimeo/psalm": "^4.27"
},
"conflict": {
"illuminate/database": "<9.36.4"
},
"suggest": {
"bavix/laravel-wallet-swap": "Addition to the laravel-wallet library for quick setting of exchange rates",
"bavix/laravel-wallet-warmup": "Addition to the laravel-wallet library for refresh balance wallets"
Expand Down

0 comments on commit 87f81a0

Please sign in to comment.