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:
commit
d414c1c871
|
@ -9,7 +9,7 @@
|
|||
"codedge/laravel-selfupdater": "^3.4",
|
||||
"fideloper/proxy": "^4.4",
|
||||
"fruitcake/laravel-cors": "^3.0",
|
||||
"geo-sot/laravel-env-editor": "^1.1",
|
||||
"geo-sot/laravel-env-editor": "^2.0",
|
||||
"guzzlehttp/guzzle": "^7.4",
|
||||
"laravel/framework": "^8.12",
|
||||
"laravel/tinker": "^2.5",
|
||||
|
|
|
@ -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": "b47be9839c071b9b8f258e424afc0b7d",
|
||||
"content-hash": "05423e087ab829bb8b2043e2253d7820",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
|
@ -732,26 +732,26 @@
|
|||
},
|
||||
{
|
||||
"name": "geo-sot/laravel-env-editor",
|
||||
"version": "v1.1.0",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GeoSot/Laravel-EnvEditor.git",
|
||||
"reference": "d519594fcbc5dd9d35d47d56a96aae17f12c685f"
|
||||
"reference": "0cf5ebe510a404862d83992974169a2d5e155968"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/d519594fcbc5dd9d35d47d56a96aae17f12c685f",
|
||||
"reference": "d519594fcbc5dd9d35d47d56a96aae17f12c685f",
|
||||
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/0cf5ebe510a404862d83992974169a2d5e155968",
|
||||
"reference": "0cf5ebe510a404862d83992974169a2d5e155968",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": ">=8",
|
||||
"php": ">=7.3"
|
||||
"laravel/framework": "^8|^9",
|
||||
"php": "^8"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.4",
|
||||
"nunomaduro/larastan": "^1.0",
|
||||
"orchestra/testbench": "^6"
|
||||
"friendsofphp/php-cs-fixer": "^3",
|
||||
"nunomaduro/larastan": "^2",
|
||||
"orchestra/testbench": "^7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -788,9 +788,9 @@
|
|||
],
|
||||
"support": {
|
||||
"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",
|
||||
|
|
Loading…
Reference in New Issue