Skip to content

Commit

Permalink
Remove support for PHP versions before 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
artursreiljans committed Jan 21, 2025
1 parent 3a25804 commit 2c3ae90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
Expand All @@ -39,8 +37,6 @@ jobs:
strategy:
matrix:
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
},
"require": {
"php-64bit": ">=5.6",
"php-ipv6": ">=5.6",
"php-64bit": ">=7.1",
"php-ipv6": ">=7.1",
"ext-ctype": "*"
},
"autoload-dev": {
Expand Down

0 comments on commit 2c3ae90

Please sign in to comment.