-
Notifications
You must be signed in to change notification settings - Fork 8
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
Drupal 9 testing and updates #155
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 8705d36.
Looking into how to make Mannequin compatible with Drupal 9 and backward compatible with Drupal 8 versions. So are we are seeing some problems with adding Drupal 9. Here are the issues so far:
|
We are moving the silex/silex to symfony/flex within the Mannequin project for Drupal 9 update. This way we can keep it within Symfony eco-system. |
still need to fix the application part with Symfony
Hi, I just tried to use your D9 branch. I have a conflict: Changin to "symfony/finder": "^2.7 ||^3.0 || ^4.0 || ^5.0" fix the dependency issue. But how do you compile exactly? The mannequin executable is missing from bin. I've read the contributing file but I didn't get what is the procedure to package. I found out that the package command is probably something like this: Which is crashing for me because it is using "git st" which is not a native git command. It would be great to replace by "git status". And then after creating my git alias, it is still crashing for me: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined` Maybe I burned some steps but it is hard to figure things out by exploring the repo. I am using Node v14.15.5, what version is actually supported because it says above v6. EDIT: Using v8.17.0 seems to pass but still no executable bin/mannequin |
No description provided.