Skip to content

Commit

Permalink
Merge pull request #55 from creative-commoners/pulls/2.1/composer
Browse files Browse the repository at this point in the history
DEP Require composer ^1.10, remove branch-alias
  • Loading branch information
emteknetnz authored Dec 13, 2021
2 parents 8260e66 + 8b30e1b commit 00a3990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
ci:
uses: silverstripe/github-actions-ci-cd/.github/workflows/[email protected].9
uses: silverstripe/github-actions-ci-cd/.github/workflows/[email protected].12
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0",
"composer/composer": "^1",
"composer/composer": "^1.10",
"silverstripe/framework": "^4.10",
"bringyourownideas/silverstripe-maintenance": "^2"
},
Expand All @@ -47,11 +47,6 @@
"BringYourOwnIdeas\\UpdateChecker\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"replace": {
"spekulatius/silverstripe-composer-update-checker": "self.version"
},
Expand Down

0 comments on commit 00a3990

Please sign in to comment.