-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2655967
commit 15dbc69
Showing
6 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
composer config minimum-stability dev | ||
composer config prefer-stable false | ||
|
||
composer require --dev yireo/magento2-integration-test-helper --no-update | ||
|
||
composer config --no-plugins allow-plugins true | ||
composer require --dev phpstan/extension-installer --no-update | ||
composer require --dev bitexpert/phpstan-magento --no-update | ||
|
||
composer require yireo/magento2-replace-bundled:^4.0 --no-update | ||
composer require yireo/magento2-replace-inventory:^4.0 --no-update | ||
composer require yireo/magento2-replace-pagebuilder:^4.0 --no-update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters