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 ~3.6 #12

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 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).* > ## V3.6.0 (10/09/2019) > We announce the immediate availability V3.6.0. > > ### New Features > > * Support for validation using regular expressions ([#371](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/371))
Commits - [`1bdf24f`](https://github.com/vlucas/phpdotenv/commit/1bdf24f065975594f6a117f0f1f6cabf1333b156) Added Validator::allowedRegexValues ([#371](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/371)) - [`8e53d9a`](https://github.com/vlucas/phpdotenv/commit/8e53d9a069c784dfc769903178454060fef15a93) Bumped version - [`4cd2eae`](https://github.com/vlucas/phpdotenv/commit/4cd2eaedbbb36378ea4fd48a7babcbfb6b7b2fe1) Allow PHPUnit 7 ([#369](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/369)) - [`95cb0fa`](https://github.com/vlucas/phpdotenv/commit/95cb0fa6c025f7f0db7fc60f81e9fb231eb2d222) Merge pull request [#368](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/368) from vlucas/escape - [`92ba1f6`](https://github.com/vlucas/phpdotenv/commit/92ba1f6e3a37b6af52dd03a7b90560c662af6d50) Added more parser escape sequence tests - [`8e75dad`](https://github.com/vlucas/phpdotenv/commit/8e75dadbb892631f7a5cb47fc6b7c9d5ca8667fc) Support the other usual sequences - [`2dc1cba`](https://github.com/vlucas/phpdotenv/commit/2dc1cbae069315c00301db23e92dab05a1933979) Fix for \n newline handling - [`040e8a1`](https://github.com/vlucas/phpdotenv/commit/040e8a1bd755de86d6578e56a3471781d4eb4f7a) Add failing test for \n newline handling - [`d320ce5`](https://github.com/vlucas/phpdotenv/commit/d320ce5b11348502ddf8561ecb93f1e85a1ea691) Bumped branch alias - [`9805490`](https://github.com/vlucas/phpdotenv/commit/9805490e55aad68082cf6a022436651018a05f2b) Merge pull request [#367](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/367) from vlucas/validator - Additional commits viewable in [compare view](https://github.com/vlucas/phpdotenv/compare/v2.0.0...v3.6.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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #13.