7 Commits
2.0.0 ... 3.0.1

Author SHA1 Message Date
René Preuß
e006cd64b5 Merge pull request #6 from 1elf-me/patch-1
Add guzzle ^7.0.1 support
2021-03-09 13:51:31 +01:00
1elf
7edff12765 Add guzzle ^7.0.1 support 2021-03-09 13:49:15 +01:00
René Preuß
94a6a91e84 Delete composer.lock 2021-01-20 13:25:42 +01:00
René Preuß
da00b4a97c Bump version to laravel v8 2020-09-08 19:39:42 +02:00
René Preuß
26543d806c Merge pull request #3 from ghostzero/dependabot/composer/symfony/http-foundation-4.4.7
Bump symfony/http-foundation from 4.4.1 to 4.4.7
2020-09-08 19:33:29 +02:00
René Preuß
2c82e61790 Laravel 8.x 2020-09-08 19:32:53 +02:00
dependabot[bot]
da904f31cb Bump symfony/http-foundation from 4.4.1 to 4.4.7
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.4.1 to 4.4.7.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.4.1...v4.4.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-30 21:17:12 +00:00
2 changed files with 4 additions and 5076 deletions

View File

@@ -11,14 +11,14 @@
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^7.0", "illuminate/support": "^8.0",
"illuminate/console": "^7.0", "illuminate/console": "^8.0",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3|^7.0.1",
"socialiteproviders/manager": "^3.4" "socialiteproviders/manager": "^3.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^8.0",
"orchestra/testbench": "~4.0", "orchestra/testbench": "^6.0",
"codedungeon/phpunit-result-printer": "^0.26.2" "codedungeon/phpunit-result-printer": "^0.26.2"
}, },
"autoload": { "autoload": {

5072
composer.lock generated

File diff suppressed because it is too large Load Diff