Skip to content

Commit

Permalink
Add driver files
Browse files Browse the repository at this point in the history
  • Loading branch information
Алексей Анохин committed Mar 10, 2022
1 parent c4b9a03 commit 6685f81
Show file tree
Hide file tree
Showing 15 changed files with 1,925 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
.idea/
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "opsway/doctrine-dbal-swoole-pgsql-driver",
"description": "The PostgreSQL Swoole driver for Doctrine",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Alexandr Vronskiy",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"OpsWay\\Doctrine\\DBAL\\": "src/"
}
},
"require": {
"php": ">=8.0",
"beberlei/assert": "^3.3",
"doctrine/dbal": "^3.2"
},
"require-dev": {
"openswoole/ide-helper": "^4.9"
}
}
Loading

0 comments on commit 6685f81

Please sign in to comment.