Skip to content

Commit

Permalink
Merge pull request #67 from Johannestegner/feature/php-84-composer2
Browse files Browse the repository at this point in the history
PHP 8.4 and composer v2.
  • Loading branch information
Johannestegner authored Jan 14, 2025
2 parents 1be4bcb + 336f32a commit b6dee2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']
test-command: ['test']

name: Test PHP ${{ matrix.php-version }}
Expand All @@ -23,7 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer:v1
tools: composer:v2
- name: Validate composer.json and composer.lock
run: |
composer --version
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require": {
"php": ">=8.1",
"psr/clock": "1.0.0"
"psr/clock": "^1.0.0"
},
"require-dev": {
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit b6dee2e

Please sign in to comment.