You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the library to require at least PHP8.1 and illuminate/queue 10.0 (digbang#3)
* Upgraded the library to require at least PHP8.1 and illuminate/queue 10.0
- Upgraded the laravel-doctrine/orm package to version 2.0
- Require phpunit version 10 and migrated the phpunit.xml.dist to the newest schema
- Merged the Throwable catch branch with the Exception catch branch in the Worker.php as it used an exception class that is no longer available
- Added the MockeryPHPUnitIntegration trait to the testcases to allow Mockery to influence the expectation count
- Changed the namespace of the test cases to Digbang\SafeQueue\Tests
- DoctrineQueueProvider now implements DeferrableProvider instead of using the $defer property
- Added some return type (non-exhaustive)
* Ran phpcsfixer with default configuration
0 commit comments