Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
Fixes version numbers
  • Loading branch information
tobiasfabian committed Sep 9, 2024
1 parent 1b9f904 commit baf06f3
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
142 changes: 71 additions & 71 deletions composer.lock

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

8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'wagnerwagner/merx',
'pretty_version' => '1.8.1',
'version' => '1.8.1.0',
'pretty_version' => '1.9.0',
'version' => '1.9.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'wagnerwagner/merx' => array(
'pretty_version' => '1.8.1',
'version' => '1.8.1.0',
'pretty_version' => '1.9.0',
'version' => '1.9.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit baf06f3

Please sign in to comment.