Skip to content

Commit d254019

Browse files
committed
Fix an issue with MimeType guesser and latest release of "symfony/http-foundation"
1 parent 20cecfd commit d254019

File tree

3 files changed

+79
-82
lines changed

3 files changed

+79
-82
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.0
43
- 7.1
54
- 7.2
65
- 7.3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0",
12+
"php": "~7.1.0||~7.2.0||~7.3.0",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
1515
"ext-json": "*",
@@ -27,8 +27,8 @@
2727
"php-webdriver/webdriver": "^1.8.0",
2828
"symfony/console": "^4.4",
2929
"symfony/finder": "^4.4",
30-
"symfony/http-foundation": "^5.0",
31-
"symfony/mime": "^5.0",
30+
"symfony/http-foundation": "^4.4",
31+
"symfony/mime": "^4.4",
3232
"symfony/process": "^4.4",
3333
"vlucas/phpdotenv": "^2.4"
3434
},

0 commit comments

Comments
 (0)