Skip to content

Commit

Permalink
Set fixed versions for all 3rd-party-deps & UPDATE internal deps (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Oct 13, 2023
2 parents bd89f8b + 02654cc commit 1c6af43
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,19 @@
},
"require": {
"php": ">=7.1",
"figuren-theater/ft-options": "^1",
"inpsyde/disable-comments": "^1.0",
"wpackagist-plugin/antispam-bee": "^2.11",
"wpackagist-plugin/disable-search": "^2.0",
"wpackagist-plugin/formality": "^1.5"
"figuren-theater/ft-options": "*",
"inpsyde/disable-comments": "1.0.2",
"wpackagist-plugin/antispam-bee": "2.11.3",
"wpackagist-plugin/disable-search": "2.0",
"wpackagist-plugin/formality": "1.5.7"
},
"require-dev": {
"figuren-theater/code-quality": "^0.8.1"
"figuren-theater/code-quality": "*"
},
"suggest": {
"figuren-theater/ft-admin-ui": "Contains the mandatory filter, which will remove blocks related to searching, if available."
},
"repositories": [
{
"type": "git",
"url": "https://github.com/figuren-theater/ft-options"
},
{
"type": "composer",
"url": "https://wpackagist.org"
Expand Down
57 changes: 29 additions & 28 deletions composer.lock

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

2 changes: 2 additions & 0 deletions inc/antispam-bee/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ function remove_menu() : void {
/**
* Change the title of the Dashboard Widget to be less brandy
*
* @global $wp_meta_boxes;
*
* @return void
*/
function change_meta_box_title() : void {
Expand Down

0 comments on commit 1c6af43

Please sign in to comment.