Bump johnbillion/wp-hooks-generator from 0.7.0 to 0.9.0 (https://github.com/woocommerce/woocommerce-blocks/pull/6705)

Bumps [johnbillion/wp-hooks-generator](https://github.com/johnbillion/wp-hooks-generator) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/johnbillion/wp-hooks-generator/releases)
- [Commits](https://github.com/johnbillion/wp-hooks-generator/compare/0.7.0...0.9.0)

---
updated-dependencies:
- dependency-name: johnbillion/wp-hooks-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
This commit is contained in:
dependabot[bot] 2022-08-03 12:00:04 +02:00 committed by GitHub
parent e656f6b48f
commit 1466367e66
2 changed files with 23 additions and 21 deletions

View File

@ -19,7 +19,7 @@
"wp-phpunit/wp-phpunit": "^6.0",
"woocommerce/woocommerce-sniffs": "0.1.0",
"yoast/phpunit-polyfills": "^1.0",
"johnbillion/wp-hooks-generator": "^0.7.0",
"johnbillion/wp-hooks-generator": "^0.9.0",
"mockery/mockery": "^1.4"
},
"autoload": {

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "850407a57ac7e6ccbae75e7a37a6b3a6",
"content-hash": "938acec166de3572a0884e7e81a9ba52",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -453,20 +453,21 @@
},
{
"name": "johnbillion/wp-hooks-generator",
"version": "0.7.0",
"version": "0.9.0",
"source": {
"type": "git",
"url": "https://github.com/johnbillion/wp-hooks-generator.git",
"reference": "26027e46d5396afbeb5ed18b0cd6a75deb2f2996"
"url": "https://github.com/wp-hooks/generator.git",
"reference": "6c7f173d85452db52a59a3a6bb943cbe7d845cde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnbillion/wp-hooks-generator/zipball/26027e46d5396afbeb5ed18b0cd6a75deb2f2996",
"reference": "26027e46d5396afbeb5ed18b0cd6a75deb2f2996",
"url": "https://api.github.com/repos/wp-hooks/generator/zipball/6c7f173d85452db52a59a3a6bb943cbe7d845cde",
"reference": "6c7f173d85452db52a59a3a6bb943cbe7d845cde",
"shasum": ""
},
"require": {
"johnbillion/wp-parser-lib": "^1",
"ext-libxml": "*",
"johnbillion/wp-parser-lib": "^1.3.0",
"php": ">=7"
},
"require-dev": {
@ -489,29 +490,30 @@
],
"description": "Generates a JSON representation of the WordPress actions and filters in your code",
"support": {
"issues": "https://github.com/johnbillion/wp-hooks-generator/issues",
"source": "https://github.com/johnbillion/wp-hooks-generator/tree/0.7.0"
"issues": "https://github.com/wp-hooks/generator/issues",
"source": "https://github.com/wp-hooks/generator/tree/0.9.0"
},
"funding": [
{
"url": "https://github.com/johnbillion",
"url": "https://github.com/sponsors/johnbillion",
"type": "github"
}
],
"time": "2021-11-10T17:22:21+00:00"
"abandoned": "wp-hooks/generator",
"time": "2022-07-03T12:35:07+00:00"
},
{
"name": "johnbillion/wp-parser-lib",
"version": "1.1.0",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/johnbillion/wp-parser-lib.git",
"reference": "4fd13bebd7fc7ac6e3ab9a1abc95afb6d6447647"
"reference": "46ed07365f8bd22f1edc828f9cfeed0c0f2c7d07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnbillion/wp-parser-lib/zipball/4fd13bebd7fc7ac6e3ab9a1abc95afb6d6447647",
"reference": "4fd13bebd7fc7ac6e3ab9a1abc95afb6d6447647",
"url": "https://api.github.com/repos/johnbillion/wp-parser-lib/zipball/46ed07365f8bd22f1edc828f9cfeed0c0f2c7d07",
"reference": "46ed07365f8bd22f1edc828f9cfeed0c0f2c7d07",
"shasum": ""
},
"require": {
@ -522,11 +524,11 @@
},
"type": "library",
"autoload": {
"classmap": [
"lib"
],
"files": [
"lib/runner.php"
],
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
@ -551,9 +553,9 @@
],
"support": {
"issues": "https://github.com/johnbillion/wp-parser-lib/issues",
"source": "https://github.com/johnbillion/wp-parser-lib/tree/1.1.0"
"source": "https://github.com/johnbillion/wp-parser-lib/tree/1.3.0"
},
"time": "2021-01-06T22:49:12+00:00"
"time": "2022-01-27T13:57:08+00:00"
},
{
"name": "mockery/mockery",