From 605e2044530fccdc679ebc4bcee47db783a0ca8b Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Fri, 11 Mar 2022 23:03:51 +0100 Subject: [PATCH] Fixed composer.json --- composer.json | 6 +++--- composer.lock | 58 ++------------------------------------------------- 2 files changed, 5 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index 8f61935..44e84b1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pablouser1/proxitok", "description": "An alternative frontend for TikTok", - "version": "2.0.0", + "version": "2.0.0.1", "license": "AGPL-3.0-or-later", "type": "project", "homepage": "https://github.com/pablouser1/ProxiTok", @@ -20,11 +20,11 @@ "require": { "ext-redis": "^5.3.2", "ext-mbstring": "*", - "ssovit/tiktok-api": "dev-rework", "latte/latte": "^2.10", "vlucas/phpdotenv": "^5.4", "bramus/router": "^1.6", - "mibe/feedwriter": "^1.1" + "mibe/feedwriter": "^1.1", + "pablouser1/tikscraper": "v1.2.7.4" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 34b1a7e..bfca1fb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f4a37c76a2ece697a18abfae8dcb6e9f", + "content-hash": "ee56c4949779c846be760de720c1eaf6", "packages": [ { "name": "bramus/router", @@ -414,58 +414,6 @@ ], "time": "2021-12-04T23:24:31+00:00" }, - { - "name": "ssovit/tiktok-api", - "version": "dev-rework", - "source": { - "type": "git", - "url": "https://github.com/pablouser1/TikTok-API-PHP.git", - "reference": "60c00cfd321888b80eba93b6214c8c4003e98e57" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pablouser1/TikTok-API-PHP/zipball/60c00cfd321888b80eba93b6214c8c4003e98e57", - "reference": "60c00cfd321888b80eba93b6214c8c4003e98e57", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Sovit\\": "lib" - } - }, - "archive": { - "exclude": [ - "/example", - "/.github", - "/.editorconfig" - ] - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Sovit Tamrakar", - "email": "sovit.tamrakar@gmail.com", - "homepage": "https://github.com/ssovit/", - "role": "Developer" - } - ], - "description": "Unofficial TikTok API for PHP", - "homepage": "https://github.com/ssovit/TikTok-API-PHP", - "keywords": [ - "tiktok", - "tiktok-api", - "tiktok-scraper" - ], - "support": { - "source": "https://github.com/ssovit/TikTok-API-PHP", - "issues": "https://github.com/ssovit/TikTok-API-PHP/issues", - "email": "sovit.tamrakar@gmail.com" - }, - "time": "2022-02-07T22:43:53+00:00" - }, { "name": "symfony/polyfill-ctype", "version": "v1.25.0", @@ -798,9 +746,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "ssovit/tiktok-api": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {