Skip to content

Commit

Permalink
Upgrade to Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdio committed Jan 4, 2022
1 parent 2a83411 commit 4df64e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
uses: php-actions/composer@v6
with:
version: 1
version: 2
php_version: ${{ matrix.php-versions }}

- name: Run test suite
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"psr-0": {
"rg\\injektor": "src/"
}
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true
}
}
}

0 comments on commit 4df64e7

Please sign in to comment.