Skip to content

Commit

Permalink
switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iLexN committed Nov 26, 2021
1 parent 3c8f82b commit 42252f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: null
push:
branches:
- master
- main

jobs:
tests:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"php": ">=8.0"
},
"require-dev": {
"infection/infection": "^0.25.3",
"phpstan/phpstan": "^0.12.99",
"infection/infection": "^0.25",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.11.60",
"rector/rector": "^0.12",
"vimeo/psalm": "^4.13"
},
"bin": ["bin/ilexn-kcg"],
Expand Down

0 comments on commit 42252f6

Please sign in to comment.