We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec998c9 commit d001679Copy full SHA for d001679
composer.json
@@ -105,9 +105,11 @@
105
"phpstan/phpstan-phpunit": "^1.3",
106
"phpunit/phpunit": "^10 || ^11",
107
"sebastian/exporter": "<= 6.0.1 || >= 6.1.3",
108
+ "symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
109
"symfony/http-client": "^5.2",
110
"symfony/var-exporter": "^5.4 || ^6.4 || ^7.0",
- "symfony/yaml": "^5.4 || ^6.4 || ^7.0"
111
+ "symfony/yaml": "^5.4 || ^6.4 || ^7.0",
112
+ "vlucas/phpdotenv": "^4.0 || ^5.0"
113
},
114
"conflict": {
115
"mockery/mockery": "1.6.12"
0 commit comments