Skip to content

Commit

Permalink
[FIX] Update vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed May 23, 2023
1 parent 5c99f20 commit 641246c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'evolutioncms/core',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'pretty_version' => '3.2.x-dev',
'version' => '3.2.9999999.9999999-dev',
'reference' => '5c99f20b254601efcaad03012f5d5b91611ab42d',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -182,9 +182,9 @@
'dev_requirement' => false,
),
'evolutioncms/core' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'pretty_version' => '3.2.x-dev',
'version' => '3.2.9999999.9999999-dev',
'reference' => '5c99f20b254601efcaad03012f5d5b91611ab42d',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 641246c

Please sign in to comment.