Skip to content

Commit

Permalink
Pin the wpbrowser dependency as 3.5.0 contains a breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 11, 2024
1 parent 37fe142 commit b07f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"johnbillion/falsey-assertequals-detector": "*",
"johnbillion/plugin-infrastructure": "dev-trunk",
"lucatume/wp-browser": "^3.0.21",
"lucatume/wp-browser": ">=3.0.21 <3.5",
"phpcompatibility/phpcompatibility-wp": "^2",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

1 comment on commit b07f51a

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sign in to comment.