Skip to content

Commit 3b77af0

Browse files
committed
fix: widen jetpack-autoloader constraint and fix paragonie/random_compat replace
- jetpack-autoloader: ^5.0.0 -> ^3.0 || ^4.0 || ^5.0 (several addons require ^3.0 only, preventing source installs alongside them) - paragonie/random_compat replace: * -> 9.99.99 (wildcard conflicts with roave/security-advisories which blocks <2)
1 parent 2353ff7 commit 3b77af0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "wordpress-plugin",
3232
"require": {
3333
"php": ">=7.4.1",
34-
"automattic/jetpack-autoloader": "^5.0.0",
34+
"automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
3535
"wp-ultimo/autoloader-plugin": "dev-main",
3636
"wordpress/abilities-api": "^0.4.0",
3737
"wordpress/mcp-adapter": "^0.4.1",
@@ -200,6 +200,6 @@
200200
}
201201
},
202202
"replace": {
203-
"paragonie/random_compat": "*"
203+
"paragonie/random_compat": "9.99.99"
204204
}
205205
}

0 commit comments

Comments
 (0)