diff --git a/composer.json b/composer.json index 11bb119a..c3d3a7ac 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "madcoda/php-youtube-api": "^1.2", "vimeo/vimeo-api": "^2.0", "php-instagram-api/php-instagram-api": "dev-master", - "raiym/instagram-php-scraper": "^0.8" + "raiym/instagram-php-scraper": "^0.12" } } diff --git a/composer.lock b/composer.lock index 01cb3f42..80635ed0 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": "5d64adff1c9830fffec0a7ad151f5c94", + "content-hash": "d03dd90785c67216e700b3ede007afb6", "packages": [ { "name": "facebook/graph-sdk", @@ -571,57 +571,6 @@ }, "time": "2021-07-05T02:35:55+00:00" }, - { - "name": "mashape/unirest-php", - "version": "v3.0.4", - "source": { - "type": "git", - "url": "https://github.com/Mashape/unirest-php.git", - "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", - "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "codeclimate/php-test-reporter": "0.1.*", - "phpunit/phpunit": "~4.4" - }, - "suggest": { - "ext-json": "Allows using JSON Bodies for sending and parsing requests" - }, - "type": "library", - "autoload": { - "psr-0": { - "Unirest\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Unirest PHP", - "homepage": "https://github.com/Mashape/unirest-php", - "keywords": [ - "client", - "curl", - "http", - "https", - "rest" - ], - "support": { - "email": "opensource@mashape.com", - "issues": "https://github.com/Mashape/unirest-php/issues", - "source": "https://github.com/Mashape/unirest-php/tree/master" - }, - "time": "2016-08-11T17:49:21+00:00" - }, { "name": "nicolus/picofeed", "version": "0.1.43", @@ -735,231 +684,22 @@ "time": "2013-11-13T23:10:03+00:00" }, { - "name": "phpfastcache/phpfastcache", - "version": "5.0.21", - "source": { - "type": "git", - "url": "https://github.com/PHPSocialNetwork/phpfastcache.git", - "reference": "e546671f4374e2a421c074b5c24c732c6ec58aae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/e546671f4374e2a421c074b5c24c732c6ec58aae", - "reference": "e546671f4374e2a421c074b5c24c732c6ec58aae", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": ">=5.5.0", - "phpfastcache/phpssdb": "~1.0.0", - "predis/predis": "~1.1.0", - "psr/cache": "~1.0.0" - }, - "suggest": { - "ext-apc": "*", - "ext-intl": "*", - "ext-mbstring": "*", - "ext-memcache": "*", - "ext-memcached": "*", - "ext-predis": "*", - "ext-redis": "*", - "ext-sqlite": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "phpFastCache\\": "src/phpFastCache/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Khoa Bui", - "email": "khoaofgod@gmail.com", - "homepage": "http://www.phpfastcache.com", - "role": "Developer" - }, - { - "name": "Georges.L", - "email": "contact@geolim4.com", - "homepage": "https://github.com/Geolim4", - "role": "Developer" - } - ], - "description": "PHP Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), CouchBase, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.", - "homepage": "http://www.phpfastcache.com", - "keywords": [ - "LevelDb", - "apc", - "apcu", - "cache", - "cache class", - "caching", - "cookie", - "couchbase", - "files cache", - "memcache", - "memcached", - "mongodb", - "mysql cache", - "pdo cache", - "php cache", - "predis", - "redis", - "ssdb", - "wincache", - "xcache", - "zend", - "zend data cache", - "zend disk cache", - "zend memory cache", - "zend server" - ], - "support": { - "issues": "https://github.com/PHPSocialNetwork/phpfastcache/issues", - "source": "https://github.com/PHPSocialNetwork/phpfastcache/tree/v5" - }, - "time": "2018-03-01T22:13:40+00:00" - }, - { - "name": "phpfastcache/phpssdb", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/PHPSocialNetwork/phpssdb.git", - "reference": "60cc285bf622664d9899da699503754259e8c970" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPSocialNetwork/phpssdb/zipball/60cc285bf622664d9899da699503754259e8c970", - "reference": "60cc285bf622664d9899da699503754259e8c970", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "phpssdb\\": "src/phpssdb/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Khoa Bui", - "email": "khoaofgod@gmail.com", - "homepage": "http://www.phpfastcache.com", - "role": "Developer" - }, - { - "name": "Georges.L", - "email": "contact@geolim4.com", - "homepage": "https://github.com/Geolim4", - "role": "Developer" - } - ], - "description": "PHP SSDB Driver for phpFastCache", - "homepage": "http://www.phpfastcache.com", - "keywords": [ - "cache", - "driver", - "ssdb" - ], - "support": { - "issues": "https://github.com/PHPSocialNetwork/phpssdb/issues", - "source": "https://github.com/PHPSocialNetwork/phpssdb/tree/master" - }, - "time": "2017-04-21T22:22:57+00:00" - }, - { - "name": "predis/predis", - "version": "v1.1.10", - "source": { - "type": "git", - "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "require-dev": { - "phpunit/phpunit": "~4.8" - }, - "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" - }, - "type": "library", - "autoload": { - "psr-4": { - "Predis\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Daniele Alessandri", - "email": "suppakilla@gmail.com", - "homepage": "http://clorophilla.net", - "role": "Creator & Maintainer" - }, - { - "name": "Till Krüss", - "homepage": "https://till.im", - "role": "Maintainer" - } - ], - "description": "Flexible and feature-complete Redis client for PHP and HHVM", - "homepage": "http://github.com/predis/predis", - "keywords": [ - "nosql", - "predis", - "redis" - ], - "support": { - "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v1.1.10" - }, - "funding": [ - { - "url": "https://github.com/sponsors/tillkruss", - "type": "github" - } - ], - "time": "2022-01-05T17:46:08+00:00" - }, - { - "name": "psr/cache", + "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/php-fig/http-client.git", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -969,7 +709,7 @@ }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" + "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -982,16 +722,18 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common interface for caching libraries", + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", "keywords": [ - "cache", + "http", + "http-client", "psr", - "psr-6" + "psr-18" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "source": "https://github.com/php-fig/http-client/tree/master" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-message", @@ -1096,29 +838,83 @@ }, "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, + "time": "2017-10-23T01:57:42+00:00" + }, { "name": "raiym/instagram-php-scraper", - "version": "v0.8.35", + "version": "v0.12.9", "source": { "type": "git", "url": "https://github.com/postaddictme/instagram-php-scraper.git", - "reference": "89ab40759528517a5f2c7824abddd432283ff62a" + "reference": "17c265e6ded35e1cf470c31b9b3976702a54fcb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/postaddictme/instagram-php-scraper/zipball/89ab40759528517a5f2c7824abddd432283ff62a", - "reference": "89ab40759528517a5f2c7824abddd432283ff62a", + "url": "https://api.github.com/repos/postaddictme/instagram-php-scraper/zipball/17c265e6ded35e1cf470c31b9b3976702a54fcb1", + "reference": "17c265e6ded35e1cf470c31b9b3976702a54fcb1", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", - "mashape/unirest-php": "3.0.*", - "php": ">=5.4.0", - "phpfastcache/phpfastcache": "5.0.*" + "guzzlehttp/psr7": "^1.7", + "php": ">=7.2", + "psr/http-client": "~1.0", + "psr/simple-cache": ">=1.0" }, "require-dev": { - "phpunit/phpunit": "5.5.*" + "guzzlehttp/guzzle": "^7.2", + "phpfastcache/phpfastcache": "^7.1", + "phpunit/phpunit": "^7.0" }, "type": "library", "autoload": { @@ -1145,9 +941,9 @@ "support": { "email": "r.kapishev@gmail.com", "issues": "https://github.com/postaddictme/instagram-php-scraper/issues", - "source": "https://github.com/postaddictme/instagram-php-scraper/tree/master" + "source": "https://github.com/postaddictme/instagram-php-scraper/tree/v0.12.9" }, - "time": "2019-08-14T10:52:12+00:00" + "time": "2022-11-19T19:26:01+00:00" }, { "name": "ralouphie/getallheaders",