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 244be0d commit 911d369Copy full SHA for 911d369
1 file changed
composer.json
@@ -51,7 +51,7 @@
51
},
52
"require": {
53
"php": "^8.1",
54
- "phplist/core": "dev-main",
+ "phplist/core": "dev-env",
55
"symfony/twig-bundle": "^6.4",
56
"symfony/webpack-encore-bundle": "^2.2",
57
"symfony/security-bundle": "^6.4",
@@ -96,6 +96,7 @@
96
"PhpList\\Core\\Composer\\ScriptHandler::createBundleConfiguration",
97
"PhpList\\Core\\Composer\\ScriptHandler::createRoutesConfiguration",
98
"PhpList\\Core\\Composer\\ScriptHandler::createParametersConfiguration",
99
+ "PhpList\\Core\\Composer\\ScriptHandler::createDotenvConfiguration",
100
"PhpList\\Core\\Composer\\ScriptHandler::clearAllCaches"
101
],
102
"publish-phplist-texts": [
0 commit comments