Skip to content

Commit

Permalink
feat(composer): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Feb 28, 2024
1 parent 95854c6 commit e170d0c
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions plugin-name/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"homepage": "https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered",
"require": {
"php": ">=7.4",
"ayecode/wp-super-duper": "2.0.2",
"cmb2/cmb2": "~2.9.0",
"composer/installers": "1.x",
"decodelabs/tagged": "^0.11.9",
Expand All @@ -23,6 +22,7 @@
"johnbillion/extended-cpts": "~4.5.0",
"julien731/wp-review-me": "dev-develop",
"micropackage/requirements": "^1.0",
"mte90/wp-super-duper": "dev-fork",
"origgami/cmb2-grid": "dev-master",
"seravo/wp-custom-bulk-actions": "dev-master",
"stevegrunwell/wp-cache-remember": "dev-master",
Expand Down Expand Up @@ -52,15 +52,29 @@
"ergebnis/composer-normalize": "^2.6",
"lucatume/function-mocker": "^1.0",
"lucatume/wp-browser": "^3.1",
"php-stubs/wp-cli-stubs": "^2.0",
"phpro/grumphp": "^1.13",
"phpunit/phpunit": "^9.2",
"szepeviktor/phpstan-wordpress": "^1.1.6"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/ayecode/wp-super-duper"
}
{
"type": "package",
"package": {
"name": "mte90\/wp-super-duper",
"version": "dev-fork",
"autoload": {
"files": [
"wp-super-duper.php"
]
},
"source": {
"type": "git",
"url": "https:\/\/github.com\/mte90\/wp-super-duper.git",
"reference": "fork"
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -82,7 +96,6 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpro/grumphp": true
Expand All @@ -96,11 +109,6 @@
"stevegrunwell/wp-cache-remember",
"seravo/wp-custom-bulk-actions"
]
},
"patches": {
"ayecode/wp-super-duper": {
"Fix v2": "https://patch-diff.githubusercontent.com/raw/AyeCode/wp-super-duper/pull/25.patch"
}
}
}
}

0 comments on commit e170d0c

Please sign in to comment.