Skip to content

Commit 7441eb5

Browse files
authored
Patch thecodingmachine/safe for PHP 8.4 (#14072)
1 parent 7817876 commit 7441eb5

File tree

3 files changed

+1918
-166
lines changed

3 files changed

+1918
-166
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@
8585
"exclude-from-files": [
8686
"ampproject/amp-wp/includes/bootstrap.php"
8787
],
88-
"installer-disable": true
88+
"installer-disable": true,
89+
"patches": {
90+
"thecodingmachine/safe": {
91+
"Fix explicit nullable errors": "./patches/thecodingmachine-safe-nullable.diff"
92+
}
93+
}
8994
},
9095
"scripts": {
9196
"post-install-cmd": [

0 commit comments

Comments
 (0)