Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commitecae0e5

Browse files
committed
Merge branch 'hotfix/9'
Close#9
2 parents795dc6e +38baaf1 commitecae0e5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
-php:7
2424
-php:hhvm
2525
allow_failures:
26-
-php:7
2726
-php:hhvm
2827

2928
notifications:

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ All notable changes to this project will be documented in this file, in reverse
2727
parsing by Outlook.
2828
-[#7](https://github.com/zendframework/zend-mime/pull/7) provides a patch that
2929
allows parsing MIME parts that have no headers.
30+
-[#9](https://github.com/zendframework/zend-mime/pull/9) updates the
31+
dependencies to:
32+
- allow PHP 5.5+ or PHP 7+ versions.
33+
- allow zend-stdlib 2.7+ or 3.0+ verions.

‎composer.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
},
1515
"require": {
16-
"php":">=5.5",
17-
"zendframework/zend-stdlib":"~2.5"
16+
"php":"^5.5 || ^7.0",
17+
"zendframework/zend-stdlib":"^2.7 || ^3.0"
1818
},
1919
"require-dev": {
20-
"zendframework/zend-mail":"~2.5",
20+
"zendframework/zend-mail":"^2.6",
2121
"fabpot/php-cs-fixer":"1.7.*",
2222
"phpunit/PHPUnit":"~4.0"
2323
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp