diff --git a/composer.json b/composer.json index 1dfbcc3..af587b2 100644 --- a/composer.json +++ b/composer.json @@ -5,31 +5,31 @@ "homepage": "http://alltubedownload.net/", "type": "project", "require": { - "slim/slim": "~3.12.1", - "mathmarques/smarty-view": "~1.1.0", - "symfony/yaml": "~3.4.1", - "symfony/process": "~3.4.1", - "guzzlehttp/guzzle": "~6.3.0", + "ext-xsl": "*", "aura/session": "~2.1.0", "barracudanetworks/archivestream-php": "~1.0.5", - "zonuexe/http-accept-language": "~0.4.1", - "rinvex/countries": "~3.1.0", - "php-mock/php-mock-mockery": "~1.3.0", - "ext-xsl": "*", + "guzzlehttp/guzzle": "~6.3.0", "jawira/case-converter": "^1.2", - "symfony/translation": "^3.4" + "mathmarques/smarty-view": "~1.1.0", + "php-mock/php-mock-mockery": "~1.3.0", + "rinvex/countries": "~3.1.0", + "slim/slim": "~3.12.1", + "symfony/process": "~3.4.1", + "symfony/translation": "^3.4", + "symfony/yaml": "~3.4.1", + "zonuexe/http-accept-language": "~0.4.1" }, "require-dev": { - "symfony/var-dumper": "~3.4.1", - "squizlabs/php_codesniffer": "^3.5", - "phpunit/phpunit": "~6.5.2", - "ffmpeg/ffmpeg": "^4.1", - "rg3/youtube-dl": "^2019.09", - "heroku/heroku-buildpack-php": "^162.0", "anam/phantomjs-linux-x86-binary": "~2.1.1", + "ffmpeg/ffmpeg": "^4.1", + "heroku/heroku-buildpack-php": "^162.0", "phpstan/phpstan": "~0.9.2", + "phpunit/phpunit": "~6.5.2", + "rg3/youtube-dl": "^2019.09", "roave/security-advisories": "dev-master", - "smarty-gettext/smarty-gettext": "^1.6" + "smarty-gettext/smarty-gettext": "^1.6", + "squizlabs/php_codesniffer": "^3.5", + "symfony/var-dumper": "~3.4.1" }, "extra": { "paas": { @@ -97,6 +97,7 @@ "youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py" }, "config": { + "sort-packages": true, "platform": { "php": "7.3.11" } diff --git a/composer.lock b/composer.lock index 9513511..d7799c1 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": "e8ee860a3852c246eaba6712685b5dbc", + "content-hash": "fe30912fed8e6491581d89f103f99787", "packages": [ { "name": "aura/session",