Fixed composer.json
This commit is contained in:
parent
7011867fd8
commit
605e204453
|
@ -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": {
|
||||
|
|
58
composer.lock
generated
58
composer.lock
generated
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue