Skip to content

Commit

Permalink
Merge pull request #1 from anokhinAleksey/main
Browse files Browse the repository at this point in the history
Add driver files
  • Loading branch information
mrVrAlex committed Mar 11, 2022
2 parents c4b9a03 + 3f19ef3 commit a0734b5
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 a0734b5

Please sign in to comment.