Skip to content

Commit 3df2a23

Browse files
committed
fix: Fixed version pin
1 parent 26766f7 commit 3df2a23

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
lines changed

.gitattributes

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
/.github export-ignore
2-
/.yarn export-ignore
3-
/docs export-ignore
4-
/tests export-ignore
5-
/.codeclimate.yml export-ignore
6-
/.editorconfig export-ignore
7-
/.gitattributes export-ignore
8-
/.gitignore export-ignore
1+
/.github export-ignore
2+
/.yarn export-ignore
3+
/docs export-ignore
4+
/tests export-ignore
5+
/.codeclimate.yml export-ignore
6+
/.editorconfig export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
99
/CODE_OF_CONDUCT.md export-ignore
10-
/CONTRIBUTING.md export-ignore
11-
/LICENSE export-ignore
12-
/README.md export-ignore
13-
/SECURITY.md export-ignore
14-
/package.json export-ignore
15-
/yarn.lock export-ignore
16-
/phpcs.xml export-ignore
17-
/phpunit.xml export-ignore
10+
/CONTRIBUTING.md export-ignore
11+
/LICENSE export-ignore
12+
/README.md export-ignore
13+
/SECURITY.md export-ignore
14+
/package.json export-ignore
15+
/yarn.lock export-ignore
16+
/phpcs.xml export-ignore
17+
/phpunit.xml export-ignore
18+
/composer.lock export-ignore

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"automattic/jetpack-constants": "^2.0",
15-
"x-wp/hook-invoker": "1.0.0-beta.5"
15+
"x-wp/hook-invoker": "^1"
1616
},
1717
"require-dev": {
1818
"oblak/wordpress-coding-standard": "^1.1.1"

composer.lock

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)