Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #98 #102

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

fixes #98 #102

wants to merge 5 commits into from

Conversation

SignpostMarv
Copy link

@SignpostMarv SignpostMarv commented Feb 13, 2020

@SignpostMarv
Copy link
Author

scrutinizer / appveyor failures do not appear related to changes made.

.travis.yml Outdated
@@ -10,6 +10,12 @@ matrix:
env: LINT=true
- php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.3
- php: 7.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These meant to be duplicated?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes.

    - php: 7.3
    - php: 7.3
      env: COMPOSER_FLAGS="--prefer-lowest"

the first entry runs without the COMPOSER_FLAGS set, the second entry runs with it.

composer.json Outdated
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5.20|^8.5|^9.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come your using the | operator here? Can't we just use the latest version of these packages and then bump up the major release version when this gets merged?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

different packages have different minimum php requirements .

the purpose of this PR is not to change the minimum php requirement of povils/phpmnd.

@juliangut
Copy link
Contributor

Do not understand why #101 #102 and #104 are not yet merged

kubawerlos
kubawerlos previously approved these changes Apr 15, 2020
compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI
compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI
@exussum12
Copy link
Collaborator

@SignpostMarv The build is failing any chance you can look ?

@SignpostMarv
Copy link
Author

@exussum12 currently awaiting return of computer so I can work on dev things again.

@SignpostMarv
Copy link
Author

@exussum12 computer returned today, will need to schedule time this week to look at a rebase/merge

compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI
@exussum12
Copy link
Collaborator

looks good to me. Thanks.

@sidz happy with this one ?

Copy link
Collaborator

@sidz sidz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok.

p.s. I'm thinking about dropping support for old version (not in this PR and after 2.5 release)

@SignpostMarv
Copy link
Author

it's probably worth mentioning that as this PR is a little over a year old, I've lost the original context for when the issue occurs 🤷‍♂️

@sidz
Copy link
Collaborator

sidz commented Oct 6, 2021

@SignpostMarv I assume that there were some incompatibility issues with newest symfony/console.

Currently we need to bump up minimum version of symfony/console to 4.4 as current 4.0 has some incompatibilities with PHP 7.4.

we will do it in separate branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants