-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builder::rebuild() create bad config #23
Comments
I think, it will be fixed, if will do #11 |
I also have problems with // ...
require_once hiqdev\composer\config\Builder::path('defines');
if (YII_ENV_DEV) {
// my trick
$_ENV = array_diff_assoc($_ENV, (array) require \hiqdev\composer\config\Builder::path('dotenv'));
//
hiqdev\composer\config\Builder::rebuild();
}
// ... On |
xepozz
added a commit
to xepozz/hiqdev-fork-composer-config-plugin
that referenced
this issue
Apr 18, 2020
* Add `yiisoft/arrays` to dev requirements * Move `yiisoft/arrays` from require-dev to require dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am create action for rebuild config from cli
Next run command
yii config/du
and my appliacation is not worked.I am run command
composer du
- all works fine.Next I compare two configs (cli and composer). They have many differences.
Some of them
and more...
The text was updated successfully, but these errors were encountered: