Skip to content

Commit

Permalink
fix: changed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Nov 11, 2024
1 parent bf2cde9 commit e080023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "konzentrik/kirby-sociabli",
"name": "konzentrik/sociabli-kirby",
"version": "1.0.0",
"homepage": "https://github.com/konzentrik/kirby-sociabli",
"homepage": "https://github.com/konzentrik/sociabli-kirby",
"description": "The sociabli plugin for Kirby",
"type": "kirby-plugin",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php return array(
'root' => array(
'name' => 'konzentrik/kirby-sociabli',
'name' => 'konzentrik/sociabli-kirby',
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'reference' => NULL,
Expand All @@ -19,7 +19,7 @@
'aliases' => array(),
'dev_requirement' => false,
),
'konzentrik/kirby-sociabli' => array(
'konzentrik/sociabli-kirby' => array(
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'reference' => NULL,
Expand Down

0 comments on commit e080023

Please sign in to comment.