Skip to content

Commit a71bc31

Browse files
committed
Composer update
1 parent 9c37dd4 commit a71bc31

File tree

3 files changed

+159
-159
lines changed

3 files changed

+159
-159
lines changed

.ddev/commands/web/magerun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ ! -f vendor/bin/n98-magerun ]; then
88
read -r -p "n98-magerun is not installed. Do you want to install it? [y/N] " INSTALL_MAGERUN
99
INSTALL_MAGERUN=${INSTALL_MAGERUN,,} # to lower
1010
if [[ "${INSTALL_MAGERUN}" =~ ^(yes|y) ]]; then
11-
composer require --dev n98/magerun:dev-develop
11+
composer require --dev n98/magerun
1212
else
1313
exit 1
1414
fi

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"friendsofphp/php-cs-fixer": "^3.6",
6060
"macopedia/phpstan-magento1": "^1.1",
6161
"magento-ecg/coding-standard": "^4.5",
62-
"n98/magerun": "dev-develop",
62+
"n98/magerun": "^3.0",
6363
"openmage/dev-meta-package": "^1.1.0",
6464
"perftools/php-profiler": "^1.1",
6565
"phpcompatibility/php-compatibility": "^9.3",
@@ -198,4 +198,4 @@
198198
"vendor:patch": "Create patch file",
199199
"test": "Run php-cs-fixer, phpstan & phpunit"
200200
}
201-
}
201+
}

0 commit comments

Comments
 (0)