phpunit9 and php8#127
Conversation
|
This cant be merged until the following are PHP 8 ready, as I have changed the repos/branches in the |
|
@delboy1978uk, my 0.2c:
|
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
- Update Folder\Mbox construct param types - Update Storage\Imap construct param types - Update Storage\Maildir construct param types - Update Storage\Mbox construct param types - Update Storage\Pop3 construct param types Signed-off-by: Elan Ruusamäe <glen@pld-linux.org> Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Elan Ruusamäe <glen@pld-linux.org> Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
Signed-off-by: Derek Stephen McLean <delboy1978uk@gmail.com>
| "repositories": [ | ||
| { | ||
| "type": "git", | ||
| "url": "https://github.com/delboy1978uk/laminas-crypt.git" |
| }, | ||
| { | ||
| "type": "git", | ||
| "url": "https://github.com/bfoosness/laminas-mime" |
| }, | ||
| { | ||
| "type": "git", | ||
| "url": "https://github.com/bfoosness/laminas-math.git" |
|
Hi @Ocramius , I'm a little confused as to why the build is failing on that last commit e4f70ed? Also it passes on my own travis page? https://travis-ci.com/github/delboy1978uk/laminas-mail/builds/213443818 |
|
@delboy1978uk don't really understand the failure either: This seems to be related with a phpunit upgrade, perhaps. The warning on opening a temporary file is more complex, but unsure if related to travis-ci infrastructure. |
|
I already replied via #117 (comment), it's fixed with this PR: why there are two PR's doing the same? |
|
@glensc that might have been my fault, I see the other PR was there first now. I was loading one of my own packages into PHP8 and I noticed it still wasn't ready, so without a thought I just downloaded to help where I can. What's the vibe to get your data provider key PR into my branch, do I cherry pick it or just wait for the merges to happen? |
|
I pinged @Ocramius to merge #129 (comment), he's been active recently in this project. So I'd rebase once that','s merged, or if want to fix CI, cherry-pick and convert PR to Draft to prevent premature merge. This project does not have a CONTRIBUTING.md guide, so I'm don't what's the procedures. If this ould be my project, I would ask first to rebase and squash some commits, maybe even extract changes to separate PR to merge ahead. usually, I've pointed people to these guides, how to make good commits and commit messages. 39 commits here seems way too much. |
This project uses the GitHub functionality for this and therefore, under each text field you will find:
|
|
These changes are now included through #117, thanks @delboy1978uk! |
This cant be merged until the following are PHP 8 ready, as I have changed the repos/branches in the composer.json in order that we could work on this:
laminas/laminas-crypt#11
laminas/laminas-mime#14
laminas/laminas-math#5
Description
get mail working on php8 and phpunit9