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 26, 2023
1 parent 27376bd commit ba49f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"dompdf/dompdf": "^1.0.0 || ^2.0.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
Expand Down
5 changes: 1 addition & 4 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"allow-plugins": {
"phpstan/extension-installer": true
},
"bin-dir": "../../vendor/bin",
"platform": {
"php": "8.0.2"
}
"bin-dir": "../../vendor/bin"
}
}

0 comments on commit ba49f46

Please sign in to comment.