8000 Tags · broadway/broadway · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: broadway/broadway

Tags

2.5.0

Toggle 2.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Apply coding standards

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support PHP 8 (#404)

* added php8 to travis tests

updated travis file for php 8.0

change camel case

update get class with reflection class

update getName from reflection

fix phpstan

added composer update to travis file

update cs-fixer script

updaye for builtIn reflection function

removed php 7.2

using snake case for test files

* removed if condition

* added test and if condition to check if there is no params

* improve code

* removed unused use statement

2.3.1

Toggle 2.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
include PHP version 70400

2.3.0

Toggle 2.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
set branch alias to 3.0.x-dev

2.2.1

Toggle 2.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
make createReadModel protected

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade to PHPUnit 8 (#384)

* Feature/phpunit8 (#1)

 - PHPUnit ^8.0 ready
 - php 7.4 ready
 - code sniffer fixes

* Feature/phpunit8 (#2)

php 7.4, phpunit 8.0

* rollback to phpunit ^6.0

* rollback to phpunit 6

* back to phpunit 8

Co-authored-by: rppgorecki <rppgorecki@gmail.com>

2.1.0

Toggle 2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixed return type (#369)

2.0.1

Toggle 2.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bugfixes in EventSourcing/Testing/Scenario, examples (#344)

* Fixed missing return types required in strict mode. Fixed bug in Scenario->getEvents method: array_map only accepts an array and not an iterator. Using iterator_to_array() now.

* Fixed incompatibile child classes.
Added examples to test suite

2.0.0

Toggle 2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Strip leading slash to allow testing repository with class keyword (#332

)

* Strip leading slash to allow testing repository with class keyword

* simplified test assertion

* removed obsolete function

1.1.0

Toggle 1.1.0's commit message
Merge pull request #286 from francescotrucchia/closure-command-handler

Closure command handler
0