Some anti crash patches

This commit is contained in:
Pablo Ferreiro 2022-06-16 11:22:43 +02:00
parent 3b0ed28ad9
commit cfe3a0c51b
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

16
composer.lock generated
View file

@ -263,23 +263,27 @@
}, },
{ {
"name": "pablouser1/tikscraper", "name": "pablouser1/tikscraper",
"version": "v2.1.0.1", "version": "v2.1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pablouser1/TikScraperPHP.git", "url": "https://github.com/pablouser1/TikScraperPHP.git",
"reference": "443225d18f02073ea154b907f93400acd1fd49a4" "reference": "1d330412c4767e3e4f9131ff54ccde18e60407c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/443225d18f02073ea154b907f93400acd1fd49a4", "url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/1d330412c4767e3e4f9131ff54ccde18e60407c5",
"reference": "443225d18f02073ea154b907f93400acd1fd49a4", "reference": "1d330412c4767e3e4f9131ff54ccde18e60407c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-xml": "*",
"php": ">=7.4|^8.0", "php": ">=7.4|^8.0",
"php-webdriver/webdriver": "^1.12", "php-webdriver/webdriver": "^1.12",
"sapistudio/seleniumstealth": "^1.0" "sapistudio/seleniumstealth": "^1.0"
}, },
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -298,9 +302,9 @@
"description": "Get data from TikTok API", "description": "Get data from TikTok API",
"support": { "support": {
"issues": "https://github.com/pablouser1/TikScraperPHP/issues", "issues": "https://github.com/pablouser1/TikScraperPHP/issues",
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.1.0.1" "source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.1.0.2"
}, },
"time": "2022-06-04T18:53:49+00:00" "time": "2022-06-16T09:17:37+00:00"
}, },
{ {
"name": "php-webdriver/webdriver", "name": "php-webdriver/webdriver",