Skip to content

Commit

Permalink
Add suggestions to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jul 2, 2024
1 parent 8c88e55 commit e5ff769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
"yiisoft/json": "^1.0",
"yiisoft/middleware-dispatcher": "^5.2"
},
"suggest": {
"yiisoft/db-sqlite": "For SQLite database support",
"yiisoft/db-mysql": "For MySQL database support",
"yiisoft/db-pgsql": "For PostgreSQL database support",
"yiisoft/db-mssql": "For MSSQL database support",
"yiisoft/db-oracle": "For Oracle database support",
"yiisoft/middleware-dispatcher": "For middleware support"
},
"autoload": {
"psr-4": {
"Yiisoft\\ActiveRecord\\": "src"
Expand Down

0 comments on commit e5ff769

Please sign in to comment.