Skip to content

Commit

Permalink
chore: drop php 7.1 support (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Apr 17, 2023
1 parent e874c8c commit 07c455a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
operating-system:
- 'ubuntu-latest'
php-version:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07c455a

Please sign in to comment.