Skip to content

Commit

Permalink
Try to drop PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel committed Mar 22, 2024
1 parent b65f997 commit 8722986
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "roave/backward-compatibility-check",
"description": "Tool to compare two revisions of a public API to check for BC breaks",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.3.1",
"composer/composer": "^2.7.0",
"nikic/php-parser": "^4.15.3",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.5.0",
"symfony/console": "^6.2.3|^7.0"
"symfony/console": "^7.0"
},
"license": "MIT",
"authors": [
Expand All @@ -30,7 +30,7 @@
"roave/infection-static-analysis-plugin": "^1.27.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.4"
"vimeo/psalm": "^5.16"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand All @@ -51,6 +51,9 @@
],
"config": {
"sort-packages": true,
"platform": {
"php": "8.2.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
Expand Down
7 changes: 5 additions & 2 deletions composer.lock

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

0 comments on commit 8722986

Please sign in to comment.