Skip to content

Commit 9b8892a

Browse files
committed
Added detection for avif files
Also dropped official support for PHP < 7.2 (it works under 7.1 and 7.0, but that's not guaranteed for the future)
1 parent a416aa0 commit 9b8892a

File tree

7 files changed

+416
-221
lines changed

7 files changed

+416
-221
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.phar
22
/vendor/
33
.idea
44
phpunit.xml
5+
.phpunit.result.cache

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
6+
- 7.4
77
- nightly
88

99
matrix:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"issues": "https://github.com/SoftCreatR/php-mime-detector/issues",
2424
"forum": "https://support.softcreatr.com"
2525
},
26-
"version": "3.0.0",
26+
"version": "3.1.0",
2727
"require": {
28-
"php": ">=7.1.0"
28+
"php": ">=7.2.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "~7.0"
31+
"phpunit/phpunit": "^8"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)