Skip to content

Commit

Permalink
Drop support for PHP <5.6
Browse files Browse the repository at this point in the history
Supporting older versions is not feasible anymore.
  • Loading branch information
bzikarsky committed Jan 2, 2021
1 parent 2ae7fe6 commit 46729e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

dist: trusty

Expand All @@ -15,9 +15,6 @@ sudo: false

matrix:
fast_finish: true
include:
- php: 5.3
dist: precise

before_script:
- composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.3.9",
"php": ">=5.6",
"psr/log": "~1.0",
"paragonie/constant_time_encoding": "^1|^2"
},
Expand All @@ -26,7 +26,7 @@
"psr/log-implementation": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.3"
},
"extra": {
Expand Down

0 comments on commit 46729e4

Please sign in to comment.