Skip to content

Commit

Permalink
Update composer to reflect not a fork, regenerate autoloader files.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewAPicture committed Oct 25, 2024
1 parent df50faa commit 4fb18cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drewapicture/debug-bar-console-reloaded",
"description": "Adds a PHP/MySQL console panel to Debug Bar.",
"name": "drewapicture/debug-bar-console",
"description": "Adds a PHP/SQL console panel to Debug Bar.",
"type": "wordpress-plugin",
"license": "GPLv2",
"authors": [
Expand All @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"WW\\DebugBarConsoleReloaded\\": "src/"
"WW\\DebugBarConsole\\": "src/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$baseDir = dirname($vendorDir);

return array(
'WW\\DebugBarConsoleReloaded\\' => array($baseDir . '/src'),
'WW\\DebugBarConsole\\' => array($baseDir . '/src'),
);
4 changes: 2 additions & 2 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ class ComposerStaticInite55f8904505fa92165955bdfcc154f3d
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'WW\\DebugBarConsoleReloaded\\' => 27,
'WW\\DebugBarConsole\\' => 19,
),
);

public static $prefixDirsPsr4 = array (
'WW\\DebugBarConsoleReloaded\\' =>
'WW\\DebugBarConsole\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php return array(
'root' => array(
'name' => 'drewapicture/debug-bar-console-reloaded',
'name' => 'drewapicture/debug-bar-console',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'c8b0d48432bd38ed82572835e21313e730c017aa',
'reference' => '55f0ee48b138e430bc3030e8d66959d902d3edfc',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'drewapicture/debug-bar-console-reloaded' => array(
'drewapicture/debug-bar-console' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'c8b0d48432bd38ed82572835e21313e730c017aa',
'reference' => '55f0ee48b138e430bc3030e8d66959d902d3edfc',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 4fb18cc

Please sign in to comment.