Skip to content

Commit

Permalink
Add Ecotone Dbal starter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgafka committed Feb 27, 2022
1 parent fdd9f80 commit 516eb19
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# lite-dbal-starter
# lite-dbal-starter
Provides quickstart to build Ecotone Lite Application with DBAL
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "ecotone/lite-dbal-starter",
"license": "MIT",
"homepage": "https://docs.ecotone.tech",
"type": "library",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Dariusz Gafka",
"email": "[email protected]"
}
],
"keywords": [
"starter",
"dbal",
"rabbitmq",
"ecotone",
"lite"
],
"description": "Provides quickstart to build Ecotone Lite Application with DBAL)",
"autoload": {},
"autoload-dev": {},
"require": {
"ecotone/lite-application": "^1.0",
"ecotone/dbal": "^1.0",
"ecotone/jms-converter": "^1.0"
},
"require-dev": {},
"extra": {}
}

0 comments on commit 516eb19

Please sign in to comment.