myonlinestore / event-sourcing
MyOnlineStore Event Sourcing base functionality
Installs: 110 505
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
pkg:composer/myonlinestore/event-sourcing
Requires
- php: ^8.1
 - ext-json: *
 - doctrine/dbal: ^2.13 || ^3.1
 - psr/event-dispatcher: ^1.0
 - ramsey/uuid: ^3.9 || ^4.0
 - webmozart/assert: ^1.11
 
Requires (Dev)
- defuse/php-encryption: ^2.3
 - myonlinestore/coding-standard: ^4.0
 - myonlinestore/message-dispatcher: ^1.0
 - myonlinestore/php-devtools: ^0.3
 - phpunit/phpunit: ^9.5
 - psalm/plugin-phpunit: ^0.17
 - vimeo/psalm: ^4.27
 
Suggests
- defuse/php-encryption: To use encrypting events
 - myonlinestore/message-dispatcher: To use MessageDispatchingEventRepository