Skip to content

Commit

Permalink
Merge pull request #76 from peter279k/drop_php71
Browse files Browse the repository at this point in the history
Drop PHP 7.1, require PHP 7.2+ and upgrade PHPUnit
  • Loading branch information
odan committed Jul 27, 2020
2 parents 2536859 + b427a18 commit f6f7f10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

dist: xenial

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Image type detection library for PHP.

## Requirements

* PHP 7.1+
* PHP 7.2+

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"homepage": "https://github.com/selective-php/image-type",
"license": "MIT",
"require": {
"php": "^7.1"
"php": "^7.2"
},
"require-dev": {
"overtrue/phplint": "^1.1",
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^8",
"phpstan/phpstan-shim": "^0.11",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down

0 comments on commit f6f7f10

Please sign in to comment.