We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e874c8c commit 07c455aCopy full SHA for 07c455a
.github/workflows/tests.yml
@@ -15,7 +15,6 @@ jobs:
15
operating-system:
16
- 'ubuntu-latest'
17
php-version:
18
- - '7.1'
19
- '7.2'
20
- '7.3'
21
- '7.4'
composer.json
@@ -15,7 +15,7 @@
}
],
"require": {
- "php": ">=7.1",
+ "php": ">=7.2",
"psr/http-message": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0"
0 commit comments