Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^1.0"
"php": "^8.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really have to do this?

Copy link
Author

@mugagambi mugagambi Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean like just target PHP 8.0 and above?
Or completely remove the php requirement?

"phpstan/phpstan": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"php-coveralls/php-coveralls": "^2.1"
"phpunit/phpunit": "^11.5",
"php-coveralls/php-coveralls": "^0.1.0"
},
"autoload": {
"psr-4": {
Expand Down