This commit is contained in:
parent
5de62d801c
commit
02372fe988
2 changed files with 16 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"require": {
|
||||
"league/climate": "^3.8",
|
||||
"league/plates": "^3.4",
|
||||
"amphp/parallel": "^2.2",
|
||||
"amphp/http-client": "^5.0",
|
||||
"phpdevcommunity/php-dotenv": "^3.0"
|
||||
}
|
||||
"require": {
|
||||
"league/climate": "^3.8",
|
||||
"league/plates": "^3.4",
|
||||
"amphp/parallel": "^2.2",
|
||||
"amphp/http-client": "^5.0",
|
||||
"phpdevcommunity/php-dotenv": "^3.0"
|
||||
}
|
||||
}
|
||||
|
|
18
composer.lock
generated
18
composer.lock
generated
|
@ -1588,16 +1588,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpdevcommunity/php-dotenv",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpdevcommunity/php-dotenv.git",
|
||||
"reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060"
|
||||
"reference": "896b6b1a1184dddd76e536fed674560f4381b400"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/cf8a190daca8fa504be1d85c0eb18d55001d4060",
|
||||
"reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060",
|
||||
"url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/896b6b1a1184dddd76e536fed674560f4381b400",
|
||||
"reference": "896b6b1a1184dddd76e536fed674560f4381b400",
|
||||
"shasum": ""
|
||||
},
|
||||
"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.",
|
||||
"support": {
|
||||
"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",
|
||||
|
@ -1919,10 +1919,10 @@
|
|||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"platform": {},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue