Skip to content

Commit

Permalink
Drop doctrine/dbal ^2
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 17, 2023
1 parent 12f82ff commit f7ba110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11,261 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
],
"require": {
"php": "^8.1",
"doctrine/dbal": "2.12.1 | ^3.7.1",
"doctrine/dbal": "^3.7",
"livewire/livewire": "^3.1.0",
"laravel/prompts": "^0.1.13"
},
"require-dev": {
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13",
"composer/composer": "^2.6.6",
"laravel/pint": "^1.13.7",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16.1",
"larastan/larastan": "^2.7",
"pestphp/pest": "^2.28",
"orchestra/testbench": "^8.15"
"pestphp/pest": "^2.28.1",
"orchestra/testbench": "^8.17"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down
Loading

0 comments on commit f7ba110

Please sign in to comment.