Skip to content

Commit c19fce4

Browse files
committed
Revert explicit PHP version requirements
1 parent 6a16424 commit c19fce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~8.2 || ~8.3 || ~8.4 || ~8.5"
23+
"php": ">=8.2"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.87",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)