Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fratac committed Jan 6, 2024
1 parent da5836c commit cc760ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?php return array(
'root' => array(
'name' => 'fratac/smart-dom-crawler',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'fbd6b5579709ff538266b2f6e0ff8e9de928d202',
'type' => 'project',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'fratac/smart-dom-crawler' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'fbd6b5579709ff538266b2f6e0ff8e9de928d202',
'type' => 'project',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
Expand Down

0 comments on commit cc760ca

Please sign in to comment.