composer require vlucas/phpdotenv and potter/container

This commit is contained in:
2026-08-14 16:14:35 -04:00
parent c48b6ab90d
commit 8fe2206f31
+9 -1
View File
@@ -14,5 +14,13 @@
} }
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"require": {} "require": {
"graham-campbell/result-type": ">=1.1.4",
"phpoption/phpoption": ">=1.9.5",
"potter/container": ">=0.0.1",
"symfony/polyfill-ctype": ">=1.37.0",
"symfony/polyfill-mbstring": ">=1.38.2",
"symfony/polyfill-php80": ">=1.37.0",
"vlucas/phpdotenv": ">=5.6.4"
}
} }