Replace social media extension

This commit is contained in:
Björn Fromme
2019-04-29 14:15:03 +02:00
parent a5193b4e3a
commit 2aaf4f4632
14 changed files with 174 additions and 124 deletions
Generated
+91 -39
View File
@@ -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": "cb935efb0e505c4bd4d95395eff4a1ac",
"content-hash": "7abc7ffed601cfa5c0bbf6336d5efa3d",
"packages": [
{
"name": "christophlehmann/imageoptimizer",
@@ -694,6 +694,64 @@
],
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "facebook/graph-sdk",
"version": "5.7.0",
"source": {
"type": "git",
"url": "https://github.com/facebook/php-graph-sdk.git",
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
"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-12-11T22:56:31+00:00"
},
{
"name": "fluidtypo3/vhs",
"version": "4.4.0",
@@ -1702,67 +1760,61 @@
"time": "2016-04-19T09:28:22+00:00"
},
{
"name": "plusb/pb_social",
"version": "1.3.4",
"name": "pixelant/pxa-social-feed",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://bitbucket.org/plus-b/pb_social.git",
"reference": "8aa104521133c32eca30dfb1b309eae18e5a8e60"
"url": "https://github.com/pixelant/pxa_social_feed.git",
"reference": "94ffd4a197e47e03227b6ecdb7af7227a67a16fc"
},
"dist": {
"type": "zip",
"url": "https://bitbucket.org/plus-b/pb_social/get/8aa104521133c32eca30dfb1b309eae18e5a8e60.zip",
"reference": "8aa104521133c32eca30dfb1b309eae18e5a8e60",
"url": "https://api.github.com/repos/pixelant/pxa_social_feed/zipball/94ffd4a197e47e03227b6ecdb7af7227a67a16fc",
"reference": "94ffd4a197e47e03227b6ecdb7af7227a67a16fc",
"shasum": ""
},
"require": {
"php": ">=5.6",
"typo3/cms-core": "^7.6 || ^8.7 || ^9.5"
"facebook/graph-sdk": "^5.6.3",
"typo3/cms-core": "^8.7 || ^9.5"
},
"replace": {
"pb_social": "self.version",
"typo3-ter/pb_social": "self.version"
"pxa_social_feed": "self.version",
"typo3-ter/pxa-social-feed": "self.version"
},
"require-dev": {
"nimut/testing-framework": "^2.0",
"squizlabs/php_codesniffer": "2.*",
"symfony/finder": "^3.0"
},
"type": "typo3-cms-extension",
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
},
"autoload": {
"psr-4": {
"PlusB\\PbSocial\\": "Classes"
},
"classmap": [
"Resources/Private/Libs"
]
"Pixelant\\PxaSocialFeed\\": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
"GPL-2.0+"
],
"authors": [
{
"name": "Mikolaj Jedrzejewski, Ramon Mohi, Kai Lorenz, Robert Becker, Arend Maubach",
"homepage": "https://www.plusb.de",
"name": "Pixelant",
"email": "[email protected]",
"homepage": "https://www.pixelant.net",
"role": "Developer"
}
],
"description": "Social Media Streams",
"homepage": "https://www.plusb.de",
"keywords": [
"Social Media Streams",
"TYPO3 CMS",
"facebook",
"imgur",
"instagram",
"linkedin",
"pb_social",
"pinterest",
"plus B",
"plusB",
"tumblr",
"twitter",
"tx_news",
"vimeo",
"youtube"
],
"time": "2018-11-19T10:55:21+00:00"
"description": "Add Facebook, Instagram, and Twitter feeds to your site.",
"time": "2019-03-13T09:49:44+00:00"
},
{
"name": "psr/http-message",