Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jan 19, 2021
1 parent 426b587 commit 551e2f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '3.5.1-rc.1',
'version' => '3.5.1.0-RC1',
'pretty_version' => '3.5.1',
'version' => '3.5.1.0',
'aliases' =>
array (
),
Expand Down Expand Up @@ -44,8 +44,8 @@ class InstalledVersions
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.1-rc.1',
'version' => '3.5.1.0-RC1',
'pretty_version' => '3.5.1',
'version' => '3.5.1.0',
'aliases' =>
array (
),
Expand Down
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 (
'pretty_version' => '3.5.1-rc.1',
'version' => '3.5.1.0-RC1',
'pretty_version' => '3.5.1',
'version' => '3.5.1.0',
'aliases' =>
array (
),
Expand Down Expand Up @@ -31,8 +31,8 @@
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.1-rc.1',
'version' => '3.5.1.0-RC1',
'pretty_version' => '3.5.1',
'version' => '3.5.1.0',
'aliases' =>
array (
),
Expand Down

0 comments on commit 551e2f4

Please sign in to comment.