1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Sync dependencies and remove duplicates.

This commit is contained in:
Caleb Mazalevskis 2020-12-31 00:18:36 +08:00
parent 4773d5fcba
commit 90a1066c9f
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
16469 changed files with 1044920 additions and 455861 deletions

View file

@ -3,7 +3,10 @@
"description": "Audio Video Platform",
"type": "project",
"config": {
"vendor-dir": "objects"
"vendor-dir": "objects",
"platform": {
"php": "5.6.0"
}
},
"require": {
"php": ">=5.6.0",
@ -11,8 +14,16 @@
"ext-json": "*",
"chrisjean/php-ico": "^1.0",
"ezyang/htmlpurifier": "^4.13",
"google/apiclient": "^2.1.2",
"google/apiclient-services": "^0.156",
"google/auth": "^1.14.3",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "^1.7",
"hybridauth/hybridauth": "^3.3",
"james-heinrich/getid3": "^1.9",
"phpmailer/phpmailer": "^6.2"
"monolog/monolog": "^1.17",
"phpmailer/phpmailer": "^6.2",
"psr/cache": "^1.0",
"psr/http-message": "^1.0"
}
}