msonowal / laravel-razor-pay-cashier

The starting brolerplate for adding Subscription to your laravel App
MIT License
24 stars 9 forks source link

Update vlucas/phpdotenv requirement from ~2.0 to ~4.0 #13

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on vlucas/phpdotenv to permit the latest version.

Release notes *Sourced from [vlucas/phpdotenv's releases](https://github.com/vlucas/phpdotenv/releases).* > ## V4.0 (30/11/2019) > We've made some further improvements to this library, since v3, maintaining the same API where possible. > > ### New Features > > * Match single quote semantics with bash ([#380](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/380)) > * Support escaping dollars in unquoted and double quoted strings ([#380](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/380)) > * Right to left processing of environment variable interpolation ([#380](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/380)) > * More flexible design with support for separate readers and writers ([#387](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/387)) > > ### Upgrading Notes > > Please see the [upgrading guide](https://github.com/vlucas/phpdotenv/blob/master/UPGRADING.md).
Commits - [`3aa2821`](https://github.com/vlucas/phpdotenv/commit/3aa2821b7f117e235af45ef057e41112a25bf9b1) Update composer.json - [`8c62ccf`](https://github.com/vlucas/phpdotenv/commit/8c62ccf22b12e8709d06b025d11e0b8c837626cb) Apply fixes from StyleCI ([#388](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/388)) - [`40e8f66`](https://github.com/vlucas/phpdotenv/commit/40e8f66e131dd60d8342769c469dfd99e1e7e4a0) Fixed typo - [`3ab1dc7`](https://github.com/vlucas/phpdotenv/commit/3ab1dc7c5eef3921b2b37f4fec5acf4f79feb0e3) Refactoring ([#387](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/387)) - [`fd9bd7d`](https://github.com/vlucas/phpdotenv/commit/fd9bd7df52b51a47c72da54d9389b963a08bfbe5) Use named travis builds - [`e1778ab`](https://github.com/vlucas/phpdotenv/commit/e1778ab860b453de668ad26e87c2ad99dce08bc9) [4.0] Re-worked parser to support escaping dollars ([#380](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/380)) - [`afb1f21`](https://github.com/vlucas/phpdotenv/commit/afb1f21ae613e0c0834644a1711ad57a48f6682a) Merge pull request [#385](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/385) from vlucas/travis - [`eea641d`](https://github.com/vlucas/phpdotenv/commit/eea641d648922830e9e7c73fcd8a506fe1a5a682) Bump minimum PHP to 5.5.9 - [`50a6ad9`](https://github.com/vlucas/phpdotenv/commit/50a6ad9c6cbbb1e66fbe61dd25bead79ca0e1c75) Drop PHP 5.4 and HHVM - [`e36b3f8`](https://github.com/vlucas/phpdotenv/commit/e36b3f81eee299dc0a582a0ff081e25ac44883ab) Updated travis config - Additional commits viewable in [compare view](https://github.com/vlucas/phpdotenv/compare/v2.0.0...v4.0.0)


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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #14.