Skip to content

Commit

Permalink
Bumped minimum supported PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Dec 6, 2024
1 parent a3e4159 commit 40809e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Glob-like file and pattern matching utility.
Requirements
------------

- [PHP](https://www.php.net/) >= 8.0
- [PHP](https://www.php.net/) >= 8.1

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"symfony/finder": "^6.0 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 40809e2

Please sign in to comment.