Skip to content

Commit

Permalink
8.3 update and deps
Browse files Browse the repository at this point in the history
Fixes #243
Fixes #245
  • Loading branch information
darylldoyle committed Nov 21, 2024
1 parent e20448c commit 3d7c6bb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 30 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=8.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mu-plugins/10up-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"php": ">=7.0",
"haydenpierce/class-finder": "^0.4.3"
"php": ">=8.3",
"haydenpierce/class-finder": "^0.5.3"
},
"autoload": {
"psr-4": {
Expand Down
21 changes: 9 additions & 12 deletions mu-plugins/10up-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/10up-theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=8.3",
"haydenpierce/class-finder": "^0.4.3"
},
"autoload": {
Expand Down
21 changes: 9 additions & 12 deletions themes/10up-theme/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d7c6bb

Please sign in to comment.