WyriHaximus / php-list-classes-in-directory

Allows you to list full qualified class names in directories and files.
MIT License
24 stars 3 forks source link

Bump roave/better-reflection from 3.2.0 to 3.3.0 #30

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps roave/better-reflection from 3.2.0 to 3.3.0.

Release notes *Sourced from [roave/better-reflection's releases](https://github.com/Roave/BetterReflection/releases).* > ## 3.3.0 > [![Build Status](https://travis-ci.org/Roave/BetterReflection.svg?branch=3.3.0)](https://travis-ci.org/Roave/BetterReflection) > > This release replaces the internal source locator provided by > this package with the more updated and widely used class and > function definitions by `jetbrains/phpstorm-stubs`, allowing > for quicker updates and more community-based internal symbol > reflection synchronisation. > > Total issues resolved: **4** > > - [373: Source stubber based on `jetbrains/phpstorm-stubs`](https://github-redirect.dependabot.com/Roave/BetterReflection/pull/373) thanks to [@​kukulich](https://github.com/kukulich) > - [458: Update usage.md](https://github-redirect.dependabot.com/Roave/BetterReflection/pull/458) thanks to [@​panosru](https://github.com/panosru) > - [460: Better highlighting for code snippets in `README.md`](https://github-redirect.dependabot.com/Roave/BetterReflection/pull/460) thanks to [@​phpdev](https://github.com/phpdev) > - [462: Use Null Coalesce Operator](https://github-redirect.dependabot.com/Roave/BetterReflection/pull/462) thanks to [@​carusogabriel](https://github.com/carusogabriel)
Commits - [`df78b55`](https://github.com/Roave/BetterReflection/commit/df78b556a7280c4145d4ed5edd2ca6a7e7e22716) Merge pull request [#373](https://github-redirect.dependabot.com/Roave/BetterReflection/issues/373) from kukulich/source-stubber - [`1fb8003`](https://github.com/Roave/BetterReflection/commit/1fb80036eb152a5b3105c80f85ad08c3a7f92810) Merge pull request [#462](https://github-redirect.dependabot.com/Roave/BetterReflection/issues/462) from carusogabriel/patch-1 - [`271f81b`](https://github.com/Roave/BetterReflection/commit/271f81b3d889d4b4dcdeaa96fccbb5313311640d) Use Null Coalesce Operator - [`de580a8`](https://github.com/Roave/BetterReflection/commit/de580a862f6993328ce4090350ffdf4c79ba82c9) Added AggregateSourceStubber - [`d69380f`](https://github.com/Roave/BetterReflection/commit/d69380f694f19f74600144c4a05617dbe2575bf3) Added PhpStormStubsSourceStubber - [`a6dc9ce`](https://github.com/Roave/BetterReflection/commit/a6dc9ce789ca16814e5cc89b160e9074748af16a) Move some tests from PhpInternalSourceLocatorTest to ReflectionSourceStubberTest - [`0615617`](https://github.com/Roave/BetterReflection/commit/0615617d8517ab155d9d607653ed467f4f780e78) SourceStubber now returns stub code with PHP opening tag - [`c4d924a`](https://github.com/Roave/BetterReflection/commit/c4d924a0731a8408f7add8370fed6458c1e215f7) Basic reflection for internal functions - [`507ca4e`](https://github.com/Roave/BetterReflection/commit/507ca4e2dcb4153aa858d8b2864e8082b98deca9) Removed stubs - [`51098b7`](https://github.com/Roave/BetterReflection/commit/51098b76613835a9d8ad4c15ca1f1854d94c1876) SourceStubber is injected everywhere - Additional commits viewable in [compare view](https://github.com/Roave/BetterReflection/compare/3.2.0...3.3.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.