Skip to content

Instantly share code, notes, and snippets.

@Ocramius
Last active September 13, 2019 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ocramius/654262e1f5a3549d677ceb04c7448ceb to your computer and use it in GitHub Desktop.
Save Ocramius/654262e1f5a3549d677ceb04c7448ceb to your computer and use it in GitHub Desktop.
CQRS+ES tutorial requirements
{
"require": {
"php": "^7.1",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"bernard/bernard": "^1.0@DEV",
"doctrine/dbal": "~2.5",
"filp/whoops": "^2.1",
"prooph/event-sourcing": "~4.0",
"prooph/event-store": "^6.0",
"prooph/event-store-bus-bridge": "^2.0",
"prooph/event-store-doctrine-adapter": "^3.0",
"prooph/psb-bernard-producer": "^2.0",
"prooph/service-bus": "~5.0",
"zendframework/zend-expressive": "^1.0.0",
"zendframework/zend-expressive-fastroute": "^1.0",
"zendframework/zend-servicemanager": "^3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment