Skip to content

Commit 8a1c8ac

Browse files
committed
Pending changes
1 parent 908a45a commit 8a1c8ac

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
bin/magento setup:config:set --cache-backend=redis --cache-backend-redis-server=redis --cache-backend-redis-db=0 -n
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
composer config minimum-stability dev
3+
composer config prefer-stable false
4+
5+
composer require yireo/magento2-replace-bundled:^4.1 --no-update
6+
composer require yireo/magento2-replace-test:@dev --no-update

0 commit comments

Comments
 (0)