extend \Dotenv\Dotenv

This commit is contained in:
2026-08-12 15:12:26 -04:00
parent 65690c75c8
commit e41b8d6ff5
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -14,5 +14,12 @@
} }
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"require": {} "require": {
"graham-campbell/result-type": ">=1.1.4",
"phpoption/phpoption": ">=1.9.5",
"symfony/polyfill-ctype": ">=1.37.0",
"symfony/polyfill-mbstring": ">=1.38.2",
"symfony/polyfill-php80": ">=1.37.0",
"vlucas/phpdotenv": ">=5.6.4"
}
} }
+1
View File
@@ -5,4 +5,5 @@ declare(strict_types=1);
namespace Potter\Environment; namespace Potter\Environment;
final class Environment final class Environment
extends \Dotenv\Dotenv
{ } { }