Skip to content

Commit

Permalink
Drop support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 25, 2023
1 parent bf379aa commit eb30255
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand All @@ -61,6 +61,9 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}
4 changes: 2 additions & 2 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"config": {
"bin-dir": "../../vendor/bin",
"platform": {
"php": "8.0.2"
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit eb30255

Please sign in to comment.