summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-06-19 21:05:19 +0100
committerFbenas <philbeansburton@gmail.com>2020-06-19 21:05:19 +0100
commit897b68ac107f2fb0d4dc1d31ce96ce24c862eb27 (patch)
tree04afb344930042e15db812641592d7187456ea8f /composer.lock
parentd1fe4536cc039450b540104e382db0d01d5cf886 (diff)
Add youtube video and audio scraping commands
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock123
1 files changed, 122 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 88242cd..f1d917e 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": "882cf27d85ea148b9b1c22dc249ab7c1",
+ "content-hash": "643124ee878d085b3013afec8b48261d",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1488,6 +1488,57 @@
"time": "2020-06-03T07:24:19+00:00"
},
{
+ "name": "norkunas/youtube-dl-php",
+ "version": "v1.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/norkunas/youtube-dl-php.git",
+ "reference": "15020297ab7bf6a52bdff5585aa114feac2d55c0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/norkunas/youtube-dl-php/zipball/15020297ab7bf6a52bdff5585aa114feac2d55c0",
+ "reference": "15020297ab7bf6a52bdff5585aa114feac2d55c0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=7.0.8",
+ "symfony/options-resolver": "^3.3|^4.0|^5.0",
+ "symfony/process": "^3.3|^4.0|^5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "YoutubeDl\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tomas Norkūnas",
+ "email": "norkunas.tom@gmail.com"
+ }
+ ],
+ "description": "youtube-dl wrapper for php",
+ "keywords": [
+ "youtube",
+ "youtube-dl"
+ ],
+ "time": "2020-04-23T04:45:11+00:00"
+ },
+ {
"name": "opis/closure",
"version": "3.5.5",
"source": {
@@ -3259,6 +3310,76 @@
"time": "2020-06-09T15:07:35+00:00"
},
{
+ "name": "symfony/options-resolver",
+ "version": "v5.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/options-resolver.git",
+ "reference": "663f5dd5e14057d1954fe721f9709d35837f2447"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447",
+ "reference": "663f5dd5e14057d1954fe721f9709d35837f2447",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1",
+ "symfony/polyfill-php80": "^1.15"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\OptionsResolver\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony OptionsResolver Component",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "config",
+ "configuration",
+ "options"
+ ],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-05-23T13:08:13+00:00"
+ },
+ {
"name": "symfony/polyfill-ctype",
"version": "v1.17.0",
"source": {