Skip to content

Commit 7c2bfd9

Browse files
committed
system update
update system requirements.
1 parent 55122ba commit 7c2bfd9

40 files changed

+478
-347
lines changed

composer.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_namespaces.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77

88
return array(
99
'stringEncode' => array($vendorDir . '/paquettg/string-encode/src'),
10-
'PHPHtmlParser' => array($vendorDir . '/paquettg/php-html-parser/src'),
1110
);

vendor/composer/autoload_psr4.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
return array(
99
'Seld\\CliPrompt\\' => array($vendorDir . '/seld/cli-prompt/src'),
1010
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
11+
'PHPHtmlParser\\' => array($vendorDir . '/paquettg/php-html-parser/src/PHPHtmlParser'),
1112
'League\\CLImate\\' => array($vendorDir . '/league/climate/src'),
1213
);

vendor/composer/autoload_static.php

+5-7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
1414
'P' =>
1515
array (
1616
'Psr\\Log\\' => 8,
17+
'PHPHtmlParser\\' => 14,
1718
),
1819
'L' =>
1920
array (
@@ -30,6 +31,10 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
3031
array (
3132
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
3233
),
34+
'PHPHtmlParser\\' =>
35+
array (
36+
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src/PHPHtmlParser',
37+
),
3338
'League\\CLImate\\' =>
3439
array (
3540
0 => __DIR__ . '/..' . '/league/climate/src',
@@ -44,13 +49,6 @@ class ComposerStaticInita36784190aa4c9e039245c33394b476e
4449
0 => __DIR__ . '/..' . '/paquettg/string-encode/src',
4550
),
4651
),
47-
'P' =>
48-
array (
49-
'PHPHtmlParser' =>
50-
array (
51-
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src',
52-
),
53-
),
5452
);
5553

5654
public static function getInitializer(ClassLoader $loader)

vendor/composer/installed.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
},
6565
{
6666
"name": "paquettg/php-html-parser",
67-
"version": "2.0.2",
68-
"version_normalized": "2.0.2.0",
67+
"version": "2.1.0",
68+
"version_normalized": "2.1.0.0",
6969
"source": {
7070
"type": "git",
7171
"url": "https://github.com/paquettg/php-html-parser.git",
72-
"reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0"
72+
"reference": "d1000936350fed2cb6c54058890d2d19c5ccba4f"
7373
},
7474
"dist": {
7575
"type": "zip",
76-
"url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/77e4a44b0916690b4300fe9abf98fd05bbba48f0",
77-
"reference": "77e4a44b0916690b4300fe9abf98fd05bbba48f0",
76+
"url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/d1000936350fed2cb6c54058890d2d19c5ccba4f",
77+
"reference": "d1000936350fed2cb6c54058890d2d19c5ccba4f",
7878
"shasum": ""
7979
},
8080
"require": {
@@ -87,12 +87,12 @@
8787
"php-coveralls/php-coveralls": "^2.1",
8888
"phpunit/phpunit": "^7.5.1"
8989
},
90-
"time": "2019-02-10T01:35:49+00:00",
90+
"time": "2019-08-18T18:27:45+00:00",
9191
"type": "library",
9292
"installation-source": "dist",
9393
"autoload": {
94-
"psr-0": {
95-
"PHPHtmlParser": "src/"
94+
"psr-4": {
95+
"PHPHtmlParser\\": "src/PHPHtmlParser"
9696
}
9797
},
9898
"notification-url": "https://packagist.org/downloads/",
@@ -164,27 +164,27 @@
164164
},
165165
{
166166
"name": "psr/log",
167-
"version": "1.1.0",
168-
"version_normalized": "1.1.0.0",
167+
"version": "1.1.2",
168+
"version_normalized": "1.1.2.0",
169169
"source": {
170170
"type": "git",
171171
"url": "https://github.com/php-fig/log.git",
172-
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
172+
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
173173
},
174174
"dist": {
175175
"type": "zip",
176-
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
177-
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
176+
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
177+
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
178178
"shasum": ""
179179
},
180180
"require": {
181181
"php": ">=5.3.0"
182182
},
183-
"time": "2018-11-20T15:27:04+00:00",
183+
"time": "2019-11-01T11:05:21+00:00",
184184
"type": "library",
185185
"extra": {
186186
"branch-alias": {
187-
"dev-master": "1.0.x-dev"
187+
"dev-master": "1.1.x-dev"
188188
}
189189
},
190190
"installation-source": "dist",

vendor/paquettg/php-html-parser/composer.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paquettg/php-html-parser",
33
"type": "library",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
66
"keywords": ["html", "dom", "parser"],
77
"homepage": "https://github.com/paquettg/php-html-parser",
@@ -24,10 +24,8 @@
2424
"php-coveralls/php-coveralls": "^2.1"
2525
},
2626
"autoload": {
27-
"psr-0": {
28-
"PHPHtmlParser": "src/"
27+
"psr-4": {
28+
"PHPHtmlParser\\": "src/PHPHtmlParser"
2929
}
30-
},
31-
"minimum-stability": "dev",
32-
"prefer-stable": true
30+
}
3331
}

vendor/paquettg/php-html-parser/src/PHPHtmlParser/Content.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
namespace PHPHtmlParser;
33

44
/**

vendor/paquettg/php-html-parser/src/PHPHtmlParser/Curl.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
namespace PHPHtmlParser;
33

44
use PHPHtmlParser\Exceptions\CurlException;
@@ -29,8 +29,6 @@ public function get(string $url): string
2929
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
3030
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
3131
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
32-
curl_setopt($ch, CURLOPT_VERBOSE, true);
33-
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
3432
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');
3533
curl_setopt($ch, CURLOPT_URL, $url);
3634

vendor/paquettg/php-html-parser/src/PHPHtmlParser/CurlInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
namespace PHPHtmlParser;
33

44
/**

0 commit comments

Comments
 (0)