Codeception / module-phpbrowser

PhpBrowser module for Codeception
MIT License
60 stars 14 forks source link

Require lib-innerbrowser 2.0 #19

Closed Naktibalda closed 2 years ago

Naktibalda commented 2 years ago

module-phpbrowser 2.0 is incompatible with lib-innerbrowser 1.0 because property types don't match

See https://github.com/Codeception/Codeception/issues/6293

TavoNiievez commented 2 years ago

@ThomasLandauer made me realize this.

There are a few more repositories that I would like to update the dependencies on. It had not raised these PRs because it could not launch versions of lib-asserts, required by module-asserts and so on. Those dependencies in Codeception need to be updated as well because 2.x versions are not allowed yet,

I'm sorry I was late with this, and thanks.

Naktibalda commented 2 years ago

codeception/module-rest must also be updated.

Why? It doesn't extend InnerBrowser.