Skip to content

Commit

Permalink
Merge pull request #6 from civicrm/master-php83
Browse files Browse the repository at this point in the history
composer.json - Switch to civicrm/gitignore fork (w/php82+ support)
  • Loading branch information
totten committed Apr 9, 2024
2 parents 86ae710 + e305f03 commit a1eb770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
os: [ubuntu-latest]
composer: [v1, v2]
composer: [v2]
name: ${{ matrix.php }} - PHPUnit - Composer ${{ matrix.composer }}
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"composer-plugin-api": "^2.0",
"php": ">=7.2",
"togos/gitignore": "~1.1.1"
"civicrm/gitignore": "~1.2.0"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"composer/composer": "~2.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"friendsofphp/php-cs-fixer": "^2.3",
"totten/process-helper": "^1.0.1"
Expand Down

0 comments on commit a1eb770

Please sign in to comment.