Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ddev/commands/web/magerun
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ ! -f vendor/bin/n98-magerun ]; then
read -r -p "n98-magerun is not installed. Do you want to install it? [y/N] " INSTALL_MAGERUN
INSTALL_MAGERUN=${INSTALL_MAGERUN,,} # to lower
if [[ "${INSTALL_MAGERUN}" =~ ^(yes|y) ]]; then
composer require --dev n98/magerun:dev-develop
composer require --dev n98/magerun
else
exit 1
fi
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"colinmollenhour/cache-backend-redis": "^1.14",
"colinmollenhour/magento-redis-session": "^3.2.0",
"components/jquery": "^3.7.1",
"cweagans/composer-patches": "^1.7",
"cweagans/composer-patches": "^2.0",
"empiricompany/openmage_ignition": "^1.5",
"ezyang/htmlpurifier": "^4.17",
"flowjs/flowjs": "dev-master",
Expand Down Expand Up @@ -63,7 +63,7 @@
"friendsofphp/php-cs-fixer": "^3.6",
"macopedia/phpstan-magento1": "^1.1",
"magento-ecg/coding-standard": "^4.5",
"n98/magerun": "dev-develop",
"n98/magerun": "^3.0",
"openmage/dev-meta-package": "^1.1.0",
"perftools/php-profiler": "^1.1",
"phpcompatibility/php-compatibility": "^9.3",
Expand Down
Loading
Loading