Skip to content

Commit

Permalink
Add PDO as explicit dependency (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbr committed Apr 24, 2024
1 parent 516607e commit 01dd34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"require": {
"php": "^7.1.3|^8.0",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
Expand Down

0 comments on commit 01dd34f

Please sign in to comment.