Skip to content

Commit

Permalink
Drop PHP versions before 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jan 18, 2021
1 parent bb3cf2e commit b1dcb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ jobs:
strategy:
matrix:
php-version:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": "^5.3.3 || ^7.0 || ^8.0",
"php": ">=7.2",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13 || ^8.5.13"
"phpunit/phpunit": "^8.5.13"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b1dcb28

Please sign in to comment.