Skip to content

Commit d2d7489

Browse files
authored
Set minimum PHP version requirement to 8.1 (#32)
Close #31
1 parent e827475 commit d2d7489

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
strategy:
9494
matrix:
9595
include:
96+
- php-version: '8.1'
97+
dependencies: 'low'
9698
- php-version: '8.2'
9799
dependencies: 'low'
98100
- php-version: '8.3'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.0
4+
5+
- Support for PHP 8.1.0 or higher
6+
37
## 1.0.0
48

59
- First stable release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": ">=8.2",
29+
"php": ">=8.1",
3030
"psr/log": "^2|^3",
3131
"symfony/filesystem": "^6.4|^7.0",
3232
"symfony/http-client-contracts": "^3.5",

0 commit comments

Comments
 (0)