Bump geo-sot/laravel-env-editor from 2.0.0 to 2.1.0

Bumps [geo-sot/laravel-env-editor](https://github.com/GeoSot/Laravel-EnvEditor) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/GeoSot/Laravel-EnvEditor/releases)
- [Commits](https://github.com/GeoSot/Laravel-EnvEditor/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: geo-sot/laravel-env-editor
  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] 2023-05-10 15:18:56 +00:00 committed by GitHub
parent b8a12f383a
commit 344f5e8129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 89 deletions

98
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b5a4831e0dc54e44ffbf91d0f2d3b5e9",
"content-hash": "0c837c103668f2658f05ba5b736ac0dd",
"packages": [
{
"name": "awssat/laravel-visits",
@ -1215,86 +1215,6 @@
},
"time": "2022-02-09T13:33:34+00:00"
},
{
"name": "fruitcake/laravel-cors",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "7c036ec08972d8d5d9db637e772af6887828faf5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/7c036ec08972d8d5d9db637e772af6887828faf5",
"reference": "7c036ec08972d8d5d9db637e772af6887828faf5",
"shasum": ""
},
"require": {
"fruitcake/php-cors": "^1.2",
"illuminate/contracts": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9",
"php": "^7.4|^8.0"
},
"require-dev": {
"laravel/framework": "^6|^7.24|^8",
"orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Fruitcake\\Cors\\CorsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
"keywords": [
"api",
"cors",
"crossdomain",
"laravel"
],
"support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues",
"source": "https://github.com/fruitcake/laravel-cors/tree/v3.0.0"
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"abandoned": true,
"time": "2022-02-23T14:53:22+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.2.0",
@ -1368,21 +1288,21 @@
},
{
"name": "geo-sot/laravel-env-editor",
"version": "2.0.0",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/GeoSot/Laravel-EnvEditor.git",
"reference": "0cf5ebe510a404862d83992974169a2d5e155968"
"reference": "61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/0cf5ebe510a404862d83992974169a2d5e155968",
"reference": "0cf5ebe510a404862d83992974169a2d5e155968",
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c",
"reference": "61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c",
"shasum": ""
},
"require": {
"laravel/framework": "^8|^9",
"php": "^8"
"laravel/framework": ">=8.0",
"php": ">=8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
@ -1424,9 +1344,9 @@
],
"support": {
"issues": "https://github.com/GeoSot/Laravel-EnvEditor/issues",
"source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/2.0.0"
"source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/2.1.0"
},
"time": "2022-03-28T22:14:17+00:00"
"time": "2023-04-21T20:17:54+00:00"
},
{
"name": "graham-campbell/result-type",