Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed May 4, 2021
1 parent eaf1438 commit 814b354
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'aliases' =>
array (
),
'reference' => '15ee3f05f6775bc338ed6e2f8635008a8296100d',
'reference' => 'eaf1438485f687c39c6bdd755f0ac479223a8ba7',
'name' => 'afragen/git-updater-gist',
),
'versions' =>
array (
'afragen/git-updater-gist' =>
array (
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'aliases' =>
array (
),
'reference' => '15ee3f05f6775bc338ed6e2f8635008a8296100d',
'reference' => 'eaf1438485f687c39c6bdd755f0ac479223a8ba7',
),
),
);
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?php return array (
'root' =>
array (
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'aliases' =>
array (
),
'reference' => '15ee3f05f6775bc338ed6e2f8635008a8296100d',
'reference' => 'eaf1438485f687c39c6bdd755f0ac479223a8ba7',
'name' => 'afragen/git-updater-gist',
),
'versions' =>
array (
'afragen/git-updater-gist' =>
array (
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'aliases' =>
array (
),
'reference' => '15ee3f05f6775bc338ed6e2f8635008a8296100d',
'reference' => 'eaf1438485f687c39c6bdd755f0ac479223a8ba7',
),
),
);

0 comments on commit 814b354

Please sign in to comment.