This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Zend-Mime instead of PEAR package. PHP 7. (#900)
* Using Auzre Store SDK for parsing mime types. * Test. * Fix PHPCS errors. * Fix PHPCS errors. * Fix PHPCS * Using Zend/Mime to parse mime. * HHVM * update php-cs-fixer * Update composer.lock. * Remove php-cs-fixer * Revert "Remove php-cs-fixer" This reverts commit 0446375. * Remove HHVM * A link to package. * Chanegelog. * Minor fix. * Remove pear/mail_mime-decode * Remove unused 'use'. * Examples.
- Loading branch information
1 parent
04bd203
commit 8af9ef5
Showing
31 changed files
with
848 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ phpcs-checkstyle.tmp | |
composer.phar | ||
.vscode/ | ||
.idea/ | ||
examples/MediaServices/IndexerOutput/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
language: php | ||
|
||
php: | ||
- '5.6' | ||
- '5.6' | ||
- '7.0' | ||
|
||
sudo: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.