[php] Update nunomaduro/collision 7.5.2 → 7.11.0 (minor) #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ nunomaduro/collision (7.5.2 → 7.11.0) · Repo · Changelog
Release Notes
7.9.0 (from changelog)
7.7.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
wip
fixes ci
style
Fixes CI
chore: tests against php 8.4
chore: adds php 8.4 support
feat: php 8.4 support
chore: bumps dependencies
chore: dont allow installations on Laravel 11
chore: tests against PHP 8.3
chore: bumps dependencies
release: v7.9.0
release: v7.8.0
chore: style
chore: fixes static analysis
chore: bumps dependencies
Merge pull request #288 from Jubeki/fix/dontReportDuplicates
Add dontReportDuplicates and fixes return types
Merge pull request #280 from Jubeki/catch-phpunit-errors-and-deprecations
Catch PHPUnit Errors and Deprecations
Update composer.json
chore: style
chore: bump dependencies
Adds `phpunit/[email protected]` support
chore: keep improving coding style
chore: fixes coding style
release: v7.7.0
chore: bumps dependencies
Merge pull request #276 from saeedhosseiinii/add_reportable_and_renderable_method_to_laravel_exception_handler
release: v7.6.0
style
tests: fixes number of deprecations
feat: support for phpunit unexpected output
chore: upgrades deps
add reportable and renderable method
Merge pull request #275 from KarinaRashchynskaya/php-unit-argument-fix
fix: use `getConfigurationFile` in `phpunitArguments` too
fix: use getConfigurationFile to phpunitArguments
Merge pull request #273 from KarinaRashchynskaya/package-test-command-configuration
feat: add docblock
feat: implement function to retrieve configuration file
chore: bumps dependencies
Commits
See the full diff on Github. The new version differs by 14 commits:
changelog: 2.16.0
Merge pull request #765 from Slamdunk/php_84
Update Github Actions versions
Drop PHP <7.1 support as incompatible with PHP 8.4 syntax
Add PHP 8.4 support
changelog: 2.15.4
Merge pull request #760 from andrewnicols/commentLinkColour
Improve link colour for link comments
changelog: 2.15.3
Merge pull request #758 from garygreen/highlight-speed
Speed up syntax highlighting
Merge pull request #757 from AmraniCh/mastert
added documentation for addFrameFilter method
readme: remove outdated badge
Commits
See the full diff on Github. The new version differs by 40 commits:
Merge branch '5.4' into 6.4
Mutate remaining data providers to static ones
Merge branch '5.4' into 6.4
Don't use is_resource() on non-streams
Merge branch '5.4' into 6.4
bug #57853 [Console] Fix side-effects from running bash completions (Seldaek)
[Console] Fix side-effects from running bash completions
Merge branch '5.4' into 6.4
[PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
fix permitted data type of the default choice
Merge branch '5.4' into 6.4
[Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
be explicit about the signal to reset
Merge branch '5.4' into 6.4
Test convert CompletionInput into string
Merge branch '5.4' into 6.4
Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
Merge branch '5.4' into 6.4
minor #54785 Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder` (alexandre-daubois)
Remove calls to `getMockForAbstractClass()`
Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
Merge branch '5.4' into 6.4
Auto-close PRs on subtree-splits
Merge branch '5.4' into 6.4
return null when message with name is not set
respect multi-byte characters when rendering vertical-style tables
Fix TypeError on ProgressBar
Merge branch '5.4' into 6.4
bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLanglet)
[Console] Fix display of Table on Windows OS
Fix vertical table on windows
Merge branch '5.4' into 6.4
[PhpUnitBridge][VarDumper] fix color detection
Merge branch '5.4' into 6.4
[VarDumper][PhpUnitBridge] Fix color detection
Merge branch '5.4' into 6.4
bug #53707 [Console] Fix color support for TTY output (theofidry)
[Console] Fix color support
Merge branch '5.4' into 6.4
[Console] Allow false as a $shortcut in InputOption
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands