Merge pull request #69 from JulianPrieber/dependabot/composer/geo-sot/laravel-env-editor-2.0.0

Bump geo-sot/laravel-env-editor from 1.1.0 to 2.0.0
This commit is contained in:
Julian Prieber 2022-05-28 13:58:48 +02:00 committed by GitHub
commit d414c1c871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@
"codedge/laravel-selfupdater": "^3.4", "codedge/laravel-selfupdater": "^3.4",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^3.0", "fruitcake/laravel-cors": "^3.0",
"geo-sot/laravel-env-editor": "^1.1", "geo-sot/laravel-env-editor": "^2.0",
"guzzlehttp/guzzle": "^7.4", "guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^8.12", "laravel/framework": "^8.12",
"laravel/tinker": "^2.5", "laravel/tinker": "^2.5",

24
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b47be9839c071b9b8f258e424afc0b7d", "content-hash": "05423e087ab829bb8b2043e2253d7820",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -732,26 +732,26 @@
}, },
{ {
"name": "geo-sot/laravel-env-editor", "name": "geo-sot/laravel-env-editor",
"version": "v1.1.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/GeoSot/Laravel-EnvEditor.git", "url": "https://github.com/GeoSot/Laravel-EnvEditor.git",
"reference": "d519594fcbc5dd9d35d47d56a96aae17f12c685f" "reference": "0cf5ebe510a404862d83992974169a2d5e155968"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/d519594fcbc5dd9d35d47d56a96aae17f12c685f", "url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/0cf5ebe510a404862d83992974169a2d5e155968",
"reference": "d519594fcbc5dd9d35d47d56a96aae17f12c685f", "reference": "0cf5ebe510a404862d83992974169a2d5e155968",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/framework": ">=8", "laravel/framework": "^8|^9",
"php": ">=7.3" "php": "^8"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.4", "friendsofphp/php-cs-fixer": "^3",
"nunomaduro/larastan": "^1.0", "nunomaduro/larastan": "^2",
"orchestra/testbench": "^6" "orchestra/testbench": "^7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -788,9 +788,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/GeoSot/Laravel-EnvEditor/issues", "issues": "https://github.com/GeoSot/Laravel-EnvEditor/issues",
"source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/v1.1.0" "source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/2.0.0"
}, },
"time": "2022-01-25T17:13:30+00:00" "time": "2022-03-28T22:14:17+00:00"
}, },
{ {
"name": "graham-campbell/result-type", "name": "graham-campbell/result-type",