Skip to content

Commit

Permalink
Merge pull request #2 from fratac/detached2
Browse files Browse the repository at this point in the history
Detached2
  • Loading branch information
fratac authored Jan 6, 2024
2 parents ae2897c + cc760ca commit 020717f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

"require": {
"php": ">=8.1",
"symfony/dom-crawler": "^v6.4.0"
"symfony/dom-crawler": "^v6.4.0",
"ext-dom": "*"
},

"require-dev": {
Expand Down
Binary file added composer.phar
Binary file not shown.
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 020717f

Please sign in to comment.