Skip to content

Commit

Permalink
[10.x] Drop DBAL v2 and bump v3 (#44733)
Browse files Browse the repository at this point in the history
* Drop DBAL v2 and bump v3

* Revert old tests
  • Loading branch information
driesvints authored Oct 25, 2022
1 parent 1dd0663 commit 32bf669
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 @@ -35,7 +35,7 @@
}
},
"suggest": {
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"illuminate/console": "Required to use the database commands (^10.0).",
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
Expand Down

0 comments on commit 32bf669

Please sign in to comment.