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

Support for PHP and PHPUnit versions discrapency #360

Open
czoIg opened this issue Jul 12, 2022 · 0 comments
Open

Support for PHP and PHPUnit versions discrapency #360

czoIg opened this issue Jul 12, 2022 · 0 comments

Comments

@czoIg
Copy link
Contributor

czoIg commented Jul 12, 2022

In composer.json there's:

"require" : {
	"php" : ">=5.3.2"
}

but there's also:

"require-dev" : {
	...
	"phpunit/phpunit" : "^9.5.13",
	...
}

which produces error in travis:

  Problem 1
    - phpunit/phpunit[9.5.13, ..., 9.5.21] require php >=7.3 -> your php version (5.4.45) does not satisfy that requirement.

There's also migration issue320Test.php which uses unsupported PHPUnit_Framework_TestCase.

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

No branches or pull requests

1 participant