Skip to content

Commit

Permalink
Add composer.json files to components
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed May 20, 2024
1 parent c57c2c3 commit d9a7f92
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "telephantast/pdo-persistence",
"description": "Telephantast PDO Persistence",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Valentin Udaltsov",
"email": "[email protected]"
}
],
"require": {
"php": "^8.3",
"ext-pdo": "*",
"telephantast/message-bus": "^0.1@dev"
},
"autoload": {
"psr-4": {
"Telephantast\\PdoPersistence\\": ""
}
},
"config": {
"lock": false,
"vendor-dir": "../../var/PdoPersistence/vendor"
}
}

0 comments on commit d9a7f92

Please sign in to comment.