Skip to content

Commit

Permalink
Fix branch aliases and QA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Oct 29, 2021
1 parent ad67fa7 commit 209a6fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require-dev": {
"composer/composer": "^2.1.9",
"phpunit/phpunit": "^8.5.21",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.3.5",
"inpsyde/php-coding-standards": "^1@dev",
"vimeo/psalm": ">=4.11.2@stable",
"mikey179/vfsstream": "^1.6.10"
Expand All @@ -53,9 +53,11 @@
},
"extra": {
"class": "Inpsyde\\AssetsCompiler\\Composer\\Plugin",
"dev-master": "2.x-dev",
"dev-v1.x": "1.x-dev",
"dev-v2.x": "2.x-dev",
"dev-v3.x": "3.x-dev"
"branch-alias": {
"dev-master": "2.x-dev",
"dev-v1.x": "1.x-dev",
"dev-v2.x": "2.x-dev",
"dev-v3.x": "3.x-dev"
}
}
}

0 comments on commit 209a6fe

Please sign in to comment.