diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 324 |
1 files changed, 100 insertions, 224 deletions
diff --git a/composer.lock b/composer.lock index defd224..b92a697 100644 --- a/composer.lock +++ b/composer.lock @@ -1,106 +1,12 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9676d488b166fb91835dc9f7746c9d30", + "content-hash": "2a27fd2fa5722cb2ae2532839eb67280", "packages": [ { - "name": "abraham/twitteroauth", - "version": "0.7.4", - "source": { - "type": "git", - "url": "https://github.com/abraham/twitteroauth.git", - "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf", - "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpmd/phpmd": "~2.6", - "phpunit/phpunit": "~5.7", - "squizlabs/php_codesniffer": "~3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Abraham\\TwitterOAuth\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Abraham Williams", - "email": "abraham@abrah.am", - "homepage": "https://abrah.am", - "role": "Developer" - } - ], - "description": "The most popular PHP library for use with the Twitter OAuth REST API.", - "homepage": "https://twitteroauth.com", - "keywords": [ - "Twitter API", - "Twitter oAuth", - "api", - "oauth", - "rest", - "social", - "twitter" - ], - "time": "2017-06-30T22:02:01+00:00" - }, - { - "name": "barnabywalters/mf-cleaner", - "version": "v0.1.4", - "source": { - "type": "git", - "url": "https://github.com/barnabywalters/php-mf-cleaner.git", - "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", - "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", - "shasum": "" - }, - "require-dev": { - "php": ">=5.3", - "phpunit/phpunit": "*" - }, - "suggest": { - "mf2/mf2": "To parse microformats2 structures from (X)HTML" - }, - "type": "library", - "autoload": { - "files": [ - "src/BarnabyWalters/Mf2/Functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Barnaby Walters", - "email": "barnaby@waterpigs.co.uk" - } - ], - "description": "Cleans up microformats2 array structures", - "time": "2014-10-06T23:11:15+00:00" - }, - { "name": "cebe/markdown", "version": "1.1.2", "source": { @@ -161,48 +67,6 @@ "time": "2017-07-16T21:13:23+00:00" }, { - "name": "dg/twitter-php", - "version": "v3.6", - "source": { - "type": "git", - "url": "https://github.com/dg/twitter-php.git", - "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8", - "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.2.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - } - ], - "description": "Small and easy Twitter library for PHP", - "homepage": "https://github.com/dg/twitter-php", - "keywords": [ - "oauth", - "twitter" - ], - "time": "2016-08-15T16:46:22+00:00" - }, - { "name": "ezyang/htmlpurifier", "version": "v4.10.0", "source": { @@ -250,64 +114,6 @@ "time": "2018-02-23T01:58:20+00:00" }, { - "name": "facebook/graph-sdk", - "version": "5.6.3", - "source": { - "type": "git", - "url": "https://github.com/facebook/php-graph-sdk.git", - "reference": "90e92bd1816fe718e55184ab85910dfcf488432c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/90e92bd1816fe718e55184ab85910dfcf488432c", - "reference": "90e92bd1816fe718e55184ab85910dfcf488432c", - "shasum": "" - }, - "require": { - "php": "^5.4|^7.0" - }, - "require-dev": { - "guzzlehttp/guzzle": "~5.0", - "mockery/mockery": "~0.8", - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", - "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "Facebook\\": "src/Facebook/" - }, - "files": [ - "src/Facebook/polyfills.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Facebook Platform" - ], - "authors": [ - { - "name": "Facebook", - "homepage": "https://github.com/facebook/php-graph-sdk/contributors" - } - ], - "description": "Facebook SDK for PHP", - "homepage": "https://github.com/facebook/php-graph-sdk", - "keywords": [ - "facebook", - "sdk" - ], - "time": "2018-07-03T02:25:00+00:00" - }, - { "name": "firebase/php-jwt", "version": "v2.2.0", "source": { @@ -398,23 +204,23 @@ }, { "name": "indieauth/client", - "version": "0.5.1", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/indieweb/indieauth-client-php.git", - "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c" + "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/5dab0728234a3b3e741cbeba2400dd257a3f950c", - "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c", + "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed", + "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed", "shasum": "" }, "require": { "indieweb/representative-h-card": "^0.1.2", "mf2/mf2": ">=0.3.2", "p3k/http": ">=0.1.6", - "php": ">5.3.0" + "php": ">5.6.0" }, "require-dev": { "phpunit/phpunit": "4.8.*" @@ -436,7 +242,17 @@ } ], "description": "IndieAuth Client Library", - "time": "2019-03-12T02:33:59+00:00" + "support": { + "issues": "https://github.com/indieweb/indieauth-client-php/issues", + "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5" + }, + "funding": [ + { + "url": "https://opencollective.com/indieweb", + "type": "opencollective" + } + ], + "time": "2021-01-10T00:19:07+00:00" }, { "name": "indieweb/date-formatter", @@ -756,6 +572,59 @@ "time": "2018-08-02T17:12:58+00:00" }, { + "name": "michelf/php-markdown", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c", + "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": ">=4.3 <5.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Michelf\\": "Michelf/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" + }, + { + "name": "John Gruber", + "homepage": "https://daringfireball.net/" + } + ], + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ], + "support": { + "issues": "https://github.com/michelf/php-markdown/issues", + "source": "https://github.com/michelf/php-markdown/tree/1.9.0" + }, + "time": "2019-12-02T02:32:27+00:00" + }, + { "name": "mpratt/relativetime", "version": "1.5.4", "source": { @@ -1020,44 +889,42 @@ }, { "name": "p3k/xray", - "version": "v1.6.9", + "version": "v1.15.1", "source": { "type": "git", "url": "https://github.com/aaronpk/XRay.git", - "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564" + "reference": "a4cda273d34c56317197511d0f4799f5f00465e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/XRay/zipball/8b4a38cef75d73c7826ea38e7d08d09e96279564", - "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564", + "url": "https://api.github.com/repos/aaronpk/XRay/zipball/a4cda273d34c56317197511d0f4799f5f00465e9", + "reference": "a4cda273d34c56317197511d0f4799f5f00465e9", "shasum": "" }, "require": { - "cebe/markdown": "1.1.*", - "dg/twitter-php": "3.6.*", - "ezyang/htmlpurifier": "4.10.*", - "facebook/graph-sdk": "^5.5", - "indieweb/link-rel-parser": "0.1.*", + "cebe/markdown": "^1.1.0", + "ezyang/htmlpurifier": "^4.10", + "indieweb/link-rel-parser": "^0.1.0", "masterminds/html5": "^2.3", - "mf2/mf2": "^0.4", - "p3k/http": ">=0.1.7", - "p3k/picofeed": ">=0.1.38", - "p3k/timezone": "*" + "mf2/mf2": "^0.4||^0.5", + "p3k/http": "^0.1.0", + "p3k/picofeed": "^0.1.0", + "p3k/timezone": "^0.1.0" }, "require-dev": { - "league/plates": "3.*", - "league/route": "1.*", - "phpunit/phpunit": "4.8.*" + "league/plates": "^3.0", + "league/route": "^1.0", + "phpunit/phpunit": "^8.0.0|^9.0.0" }, "type": "library", "autoload": { - "psr-4": { - "p3k\\XRay\\": "lib/XRay" - }, "files": [ "lib/helpers.php", "lib/XRay.php" - ] + ], + "psr-4": { + "p3k\\XRay\\": "lib/XRay" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1065,7 +932,11 @@ ], "description": "X-Ray returns structured data from any URL", "homepage": "https://github.com/aaronpk/XRay", - "time": "2018-08-30T20:12:41+00:00" + "support": { + "issues": "https://github.com/aaronpk/XRay/issues", + "source": "https://github.com/aaronpk/XRay/tree/v1.15.1" + }, + "time": "2024-08-31T16:21:43+00:00" }, { "name": "saltybeagle/savant3", @@ -1143,6 +1014,10 @@ "rest", "router" ], + "support": { + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim/tree/2.2.0" + }, "time": "2012-12-13T02:15:50+00:00" }, { @@ -1224,5 +1099,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" } |