Bump codedge/laravel-selfupdater from 3.4.1 to 3.5.0

Bumps [codedge/laravel-selfupdater](https://github.com/codedge/laravel-selfupdater) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/codedge/laravel-selfupdater/releases)
- [Commits](https://github.com/codedge/laravel-selfupdater/compare/3.4.1...3.5.0)

---
updated-dependencies:
- dependency-name: codedge/laravel-selfupdater
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-23 16:32:23 +00:00 committed by GitHub
parent 43fab1aa22
commit b1c43ba513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 27 deletions

57
composer.lock generated
View File

@ -64,24 +64,24 @@
}, },
{ {
"name": "codedge/laravel-selfupdater", "name": "codedge/laravel-selfupdater",
"version": "3.4.1", "version": "3.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/codedge/laravel-selfupdater.git", "url": "https://github.com/codedge/laravel-selfupdater.git",
"reference": "45f8ed72e8a2df57595340c5515ecbfed351df7e" "reference": "c27e4e4dcc7b638df184c987f51c8b403dd389f6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/45f8ed72e8a2df57595340c5515ecbfed351df7e", "url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/c27e4e4dcc7b638df184c987f51c8b403dd389f6",
"reference": "45f8ed72e8a2df57595340c5515ecbfed351df7e", "reference": "c27e4e4dcc7b638df184c987f51c8b403dd389f6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
"guzzlehttp/guzzle": "^7.4", "guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^8.83.10", "laravel/framework": "^8.83.23",
"league/uri": "^6.5", "league/uri": "^6.7",
"php": "^7.4 || ^8.0 || ^8.1", "php": "^7.4 || ^8.0 || ^8.1",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan-phpunit": "^1.1" "phpstan/phpstan-phpunit": "^1.1"
@ -91,7 +91,7 @@
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"orchestra/testbench": "^6.24.1", "orchestra/testbench": "^6.24.1",
"phpunit/phpunit": "^9.5.20" "phpunit/phpunit": "^9.5.23"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -145,7 +145,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-01T16:00:55+00:00" "time": "2022-08-23T14:33:55+00:00"
}, },
{ {
"name": "dflydev/dot-access-data", "name": "dflydev/dot-access-data",
@ -1813,33 +1813,36 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "6.5.0", "version": "6.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a" "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/c68ca445abb04817d740ddd6d0b3551826ef0c5a", "url": "https://api.github.com/repos/thephpleague/uri/zipball/2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
"reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a", "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"league/uri-interfaces": "^2.3", "league/uri-interfaces": "^2.3",
"php": "^7.3 || ^8.0", "php": "^7.4 || ^8.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.0"
}, },
"conflict": { "conflict": {
"league/uri-schemes": "^1.0" "league/uri-schemes": "^1.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.19 || ^3.0", "friendsofphp/php-cs-fixer": "^v3.3.2",
"phpstan/phpstan": "^0.12.90", "nyholm/psr7": "^1.5",
"phpstan/phpstan-phpunit": "^0.12.22", "php-http/psr7-integration-tests": "^1.1",
"phpstan/phpstan-strict-rules": "^0.12.11", "phpstan/phpstan": "^1.2.0",
"phpunit/phpunit": "^8.0 || ^9.0", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^9.5.10",
"psr/http-factory": "^1.0" "psr/http-factory": "^1.0"
}, },
"suggest": { "suggest": {
@ -1871,7 +1874,7 @@
} }
], ],
"description": "URI manipulation library", "description": "URI manipulation library",
"homepage": "http://uri.thephpleague.com", "homepage": "https://uri.thephpleague.com",
"keywords": [ "keywords": [
"data-uri", "data-uri",
"file-uri", "file-uri",
@ -1897,7 +1900,7 @@
"docs": "https://uri.thephpleague.com", "docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com", "forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues", "issues": "https://github.com/thephpleague/uri/issues",
"source": "https://github.com/thephpleague/uri/tree/6.5.0" "source": "https://github.com/thephpleague/uri/tree/6.7.1"
}, },
"funding": [ "funding": [
{ {
@ -1905,7 +1908,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-08-27T09:54:07+00:00" "time": "2022-06-29T09:48:18+00:00"
}, },
{ {
"name": "league/uri-interfaces", "name": "league/uri-interfaces",
@ -2572,16 +2575,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.7.2", "version": "1.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "c602f80d66ba425943b0f4aaa27010c822dd8f87" "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c602f80d66ba425943b0f4aaa27010c822dd8f87", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c53312ecc575caf07b0e90dee43883fdf90ca67c",
"reference": "c602f80d66ba425943b0f4aaa27010c822dd8f87", "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2607,7 +2610,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.7.2" "source": "https://github.com/phpstan/phpstan/tree/1.8.2"
}, },
"funding": [ "funding": [
{ {
@ -2627,7 +2630,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-26T12:59:20+00:00" "time": "2022-07-20T09:57:31+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",