Skip to content

Commit

Permalink
Merge pull request #68 from cash-track/hotfix/mysqlnd-error-patch
Browse files Browse the repository at this point in the history
Hotfix / Mysqlnd Error Patch
  • Loading branch information
vokomarov authored Oct 20, 2021
2 parents 201469c + 6da20a5 commit 328a119
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 89 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vokomarov/database",
"no-api": true
}
],
"require": {
"php": ">=8.0",
"ext-mbstring": "*",
Expand All @@ -21,7 +28,7 @@
"spiral/framework": "^2.8",
"spiral/jobs": "^2.0",
"spiral/roadrunner": "^v1.9.2",
"spiral/database": "^2.8",
"spiral/database": "dev-fix-mysqlnd-exceptions-mapping as v2.9.2",
"spiral/migrations": "^2.2",
"spiral/nyholm-bridge": "^1.1",
"cycle/orm": "^1.0",
Expand Down
Loading

0 comments on commit 328a119

Please sign in to comment.