Skip to content

Commit 40809e2

Browse files
committed
Bumped minimum supported PHP version to 8.1
1 parent a3e4159 commit 40809e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Glob-like file and pattern matching utility.
2020
Requirements
2121
------------
2222

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

2525
Installation
2626
------------

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.0",
23+
"php": ">=8.1",
2424
"symfony/finder": "^6.0 || ^7.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)