File tree Expand file tree Collapse file tree 3 files changed +159
-159
lines changed
Expand file tree Collapse file tree 3 files changed +159
-159
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
198198 "vendor:patch" : " Create patch file" ,
199199 "test" : " Run php-cs-fixer, phpstan & phpunit"
200200 }
201- }
201+ }
You can’t perform that action at this time.
0 commit comments