Skip to content

Commit

Permalink
chore: set phpstan-magento to specific commit for php 7.1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuravech committed Apr 7, 2020
1 parent 7cfb7e7 commit 08b1c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/magento2-update
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CURRENT_VERSION=v0.2.2
CURRENT_VERSION=v0.2.3

get_latest_release() {
curl --silent "https://api.github.com/repos/algolia/magento2-tools/releases/latest" | # Get latest release from GitHub api
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"bitexpert/phpstan-magento": "dev-master",
"bitexpert/phpstan-magento": "dev-master#3ee30de",
"friendsofphp/php-cs-fixer": "^2.15",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.0",
Expand Down

0 comments on commit 08b1c81

Please sign in to comment.