Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Pack creation #1

Closed
wants to merge 5 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "prooph/pdo-event-sourcing-pack",
"description": "A pack to install and pre-configure Prooph PDO event sourcing components in a Symfony Flex application",
"type": "symfony-pack",
"license": "MIT",
"keywords": ["event sourcing"],
"homepage": "http://getprooph.org/",
"authors": [
{
"name": "Gildas Quéméner",
"email": "[email protected]"
}
gquemener marked this conversation as resolved.
Show resolved Hide resolved
],
"require": {
"prooph/service-bus-symfony-bundle": "^0.6.0",
"prooph/event-store-symfony-bundle": "^0.4.0",
"prooph/event-sourcing": "^5.3",
"prooph/pdo-event-store": "^1.7"
gquemener marked this conversation as resolved.
Show resolved Hide resolved
}
}