Skip to content

Commit dc4030d

Browse files
committed
Dependências atualizadas.
1 parent 5fe769b commit dc4030d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
"require": {
1515
"php": ">=7.0",
16-
"guzzlehttp/guzzle": "^6.3",
17-
"vlucas/phpdotenv": "^3.4"
16+
"guzzlehttp/guzzle": "^7",
17+
"vlucas/phpdotenv": "^5"
1818
},
1919

2020
"autoload": {

idmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
default <nusp>\n");
1111
}
1212

13-
$dotenv = Dotenv::create(__DIR__);
13+
$dotenv = Dotenv::createUnsafeImmutable(__DIR__);
1414
$dotenv->load();
1515
$mode = $argv[1];
1616
$nusp = $argv[2];

0 commit comments

Comments
 (0)