We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827475 commit d2d7489Copy full SHA for d2d7489
.github/workflows/CI.yaml
@@ -93,6 +93,8 @@ jobs:
93
strategy:
94
matrix:
95
include:
96
+ - php-version: '8.1'
97
+ dependencies: 'low'
98
- php-version: '8.2'
99
dependencies: 'low'
100
- php-version: '8.3'
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.1.0
4
+
5
+- Support for PHP 8.1.0 or higher
6
7
## 1.0.0
8
9
- First stable release
composer.json
@@ -26,7 +26,7 @@
26
}
27
],
28
"require": {
29
- "php": ">=8.2",
+ "php": ">=8.1",
30
"psr/log": "^2|^3",
31
"symfony/filesystem": "^6.4|^7.0",
32
"symfony/http-client-contracts": "^3.5",
0 commit comments