Skip to content

Commit 07c455a

Browse files
authored
chore: drop php 7.1 support (#226)
1 parent e874c8c commit 07c455a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
operating-system:
1616
- 'ubuntu-latest'
1717
php-version:
18-
- '7.1'
1918
- '7.2'
2019
- '7.3'
2120
- '7.4'

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1",
18+
"php": ">=7.2",
1919
"psr/http-message": "^1.0",
2020
"php-http/message-factory": "^1.0",
2121
"psr/http-factory": "^1.0"

0 commit comments

Comments
 (0)