This commit is contained in:
parent
5de62d801c
commit
02372fe988
2 changed files with 16 additions and 16 deletions
18
composer.lock
generated
18
composer.lock
generated
|
@ -1588,16 +1588,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpdevcommunity/php-dotenv",
|
"name": "phpdevcommunity/php-dotenv",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpdevcommunity/php-dotenv.git",
|
"url": "https://github.com/phpdevcommunity/php-dotenv.git",
|
||||||
"reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060"
|
"reference": "896b6b1a1184dddd76e536fed674560f4381b400"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/cf8a190daca8fa504be1d85c0eb18d55001d4060",
|
"url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/896b6b1a1184dddd76e536fed674560f4381b400",
|
||||||
"reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060",
|
"reference": "896b6b1a1184dddd76e536fed674560f4381b400",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1626,9 +1626,9 @@
|
||||||
"description": "PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.",
|
"description": "PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpdevcommunity/php-dotenv/issues",
|
"issues": "https://github.com/phpdevcommunity/php-dotenv/issues",
|
||||||
"source": "https://github.com/phpdevcommunity/php-dotenv/tree/3.0.0"
|
"source": "https://github.com/phpdevcommunity/php-dotenv/tree/3.0.1"
|
||||||
},
|
},
|
||||||
"time": "2024-10-07T08:33:46+00:00"
|
"time": "2024-12-01T16:42:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-factory",
|
"name": "psr/http-factory",
|
||||||
|
@ -1919,10 +1919,10 @@
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {},
|
||||||
"platform-dev": [],
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue