Skip to content

Commit

Permalink
chore: update composer.lock for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMencel committed Oct 29, 2024
1 parent 96ebbb8 commit 9a7ebdb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
fail-fast: false
matrix:
# 7.4
php-version: ["7.4", "8.1", "8.2"]
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SARIF formatter for PHPStan",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^7.4 || ^8.1",
"nette/utils": "^3.0 || ^4.0",
"phpstan/phpstan": "^1.9"
},
Expand All @@ -17,4 +17,4 @@
"preferred-install": "dist",
"sort-packages": true
}
}
}
44 changes: 22 additions & 22 deletions composer.lock

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

0 comments on commit 9a7ebdb

Please sign in to comment.