Skip to content

Commit ec49154

Browse files
authoredOct 22, 2024··
Bump minimum PHP version to 8.1 (#169)
1 parent 23c6d3a commit ec49154

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and what the different parts of its pipeline are, please refer to the
1414

1515
## Requirements
1616

17-
- PHP 8.0+
17+
- PHP 8.1+
1818
- DOM, libXML2, XMLReader and SQLite3.
1919

2020

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=8.0.0",
21+
"php": ">=8.1.0",
2222
"ext-dom": "*",
2323
"ext-sqlite3": "*",
2424
"ext-xmlreader": "*"

‎composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.