Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Over time more on-topic packages were released and some pages no longer meet development requirements. 

Solution

  1. replace "aik099/phpunit-mink" package with "qa-tools/phpunit-extension"
  2. remove "mockery/mockery" package in favor of "phpspec/prophecy" package, that already comes bundled (means no need to include manually in "composer.json") with latest PHPUnit versions
  3. change "~" in dependency versions into "^"

Related Tasks