Skip to content

Commit

Permalink
system update
Browse files Browse the repository at this point in the history
update system requirements.
  • Loading branch information
warifp committed Nov 3, 2019
1 parent 55122ba commit 7c2bfd9
Show file tree
Hide file tree
Showing 40 changed files with 478 additions and 347 deletions.
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@

return array(
'stringEncode' => array($vendorDir . '/paquettg/string-encode/src'),
'PHPHtmlParser' => array($vendorDir . '/paquettg/php-html-parser/src'),
);
1 change: 1 addition & 0 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
return array(
'Seld\\CliPrompt\\' => array($vendorDir . '/seld/cli-prompt/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'PHPHtmlParser\\' => array($vendorDir . '/paquettg/php-html-parser/src/PHPHtmlParser'),
'League\\CLImate\\' => array($vendorDir . '/league/climate/src'),
);
12 changes: 5 additions & 7 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
'P' =>
array (
'Psr\\Log\\' => 8,
'PHPHtmlParser\\' => 14,
),
'L' =>
array (
Expand All @@ -30,6 +31,10 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'PHPHtmlParser\\' =>
array (
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src/PHPHtmlParser',
),
'League\\CLImate\\' =>
array (
0 => __DIR__ . '/..' . '/league/climate/src',
Expand All @@ -44,13 +49,6 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
0 => __DIR__ . '/..' . '/paquettg/string-encode/src',
),
),
'P' =>
array (
'PHPHtmlParser' =>
array (
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src',
),
),
);

public static function getInitializer(ClassLoader $loader)
Expand Down
30 changes: 15 additions & 15 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
},
{
"name": "paquettg/php-html-parser",
"version": "2.0.2",
"version_normalized": "2.0.2.0",
"version": "2.1.0",
"version_normalized": "2.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/paquettg/php-html-parser.git",
"reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0"
"reference": "d1000936350fed2cb6c54058890d2d19c5ccba4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/77e4a44b0916690b4300fe9abf98fd05bbba48f0",
"reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0",
"url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/d1000936350fed2cb6c54058890d2d19c5ccba4f",
"reference": "d1000936350fed2cb6c54058890d2d19c5ccba4f",
"shasum": ""
},
"require": {
Expand All @@ -87,12 +87,12 @@
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5.1"
},
"time": "2019-02-10T01:35:49+00:00",
"time": "2019-08-18T18:27:45+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"PHPHtmlParser": "src/"
"psr-4": {
"PHPHtmlParser\\": "src/PHPHtmlParser"
}
},
"notification-url": "https://packagist.org/downloads/",
Expand Down Expand Up @@ -164,27 +164,27 @@
},
{
"name": "psr/log",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"version": "1.1.2",
"version_normalized": "1.1.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2018-11-20T15:27:04+00:00",
"time": "2019-11-01T11:05:21+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
Expand Down
10 changes: 4 additions & 6 deletions vendor/paquettg/php-html-parser/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paquettg/php-html-parser",
"type": "library",
"version": "2.0.2",
"version": "2.1.0",
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
"keywords": ["html", "dom", "parser"],
"homepage": "https://github.com/paquettg/php-html-parser",
Expand All @@ -24,10 +24,8 @@
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
"psr-0": {
"PHPHtmlParser": "src/"
"psr-4": {
"PHPHtmlParser\\": "src/PHPHtmlParser"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace PHPHtmlParser;

/**
Expand Down
4 changes: 1 addition & 3 deletions vendor/paquettg/php-html-parser/src/PHPHtmlParser/Curl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace PHPHtmlParser;

use PHPHtmlParser\Exceptions\CurlException;
Expand Down Expand Up @@ -29,8 +29,6 @@ public function get(string $url): string
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36');
curl_setopt($ch, CURLOPT_URL, $url);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace PHPHtmlParser;

/**
Expand Down

0 comments on commit 7c2bfd9

Please sign in to comment.