Skip to content

Commit

Permalink
remove custom repo in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent 2dadffa commit 81a6a11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
- name: Make sure composer.json is valid before we start modifyig it
run: composer validate

- name: Set platform php configuration
run: composer config platform.php ${{ matrix.php-version }} && composer config --unset platform.php
- name: Clear platform php configuration
run: composer config --unset platform.php

- name: Update phpunit if dependencies are locked in case phpunit version in lock file is not compatible
if: matrix.dependencies == 'locked'
Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
"Consolidation\\SiteAlias\\": "tests/src"
}
},
"repositories": {
"sf7_config": {
"type": "vcs",
"url": "https://github.com/larowlan/config"
}
},
"require": {
"php": ">=7.4",
"consolidation/config": "^1.2.1 || ^2 || ^3",
Expand Down
35 changes: 6 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81a6a11

Please sign in to comment.