Skip to content

Commit

Permalink
Fix conflict doctrine/dbal
Browse files Browse the repository at this point in the history
Conflict doctrine/dbal 3.0.0 with laravel nova 3.19.1 (doctrine/dbal 2.9)
  • Loading branch information
ttungbmt authored Jan 12, 2021
1 parent 69e1ef5 commit 5d90bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^7.3|^8.0",
"doctrine/dbal": "^3.0",
"doctrine/dbal": "^2.9|^3.0",
"illuminate/support": "^8.0",
"laravel/jetstream": "^2.0.0",
"laravel/socialite": "^5.0"
Expand Down

0 comments on commit 5d90bb6

Please sign in to comment.