Skip to content

Commit 667d1ff

Browse files
committed
Update dependencies
1 parent a4a20b4 commit 667d1ff

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

build/accordion-item/render.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @var array $attributes Block attributes.
66
* @var string $content Block default content.
77
* @var \WP_Block $block Block instance.
8-
*
9-
* @package AccordionBlock
108
*/
119

1210
if ( empty( $attributes['title'] ) ) {

build/accordion/render.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @var array $attributes Block attributes.
66
* @var string $content Block default content.
77
* @var \WP_Block $block Block instance.
8-
*
9-
* @package AccordionBlock
108
*/
119

1210
?>

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'pixelalbatross/accordion-block',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => 'b0670bf74e56741803b02948cdbac1a35eaaff78',
6+
'reference' => 'a4a20b464f3edb15e16da9356bcee578fb0a741e',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'pixelalbatross/accordion-block' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => 'b0670bf74e56741803b02948cdbac1a35eaaff78',
16+
'reference' => 'a4a20b464f3edb15e16da9356bcee578fb0a741e',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)