From a77ae08b4a1d617f41e50b6932e2317baa02f110 Mon Sep 17 00:00:00 2001 From: Mathias Arzberger Date: Wed, 15 Jan 2025 17:16:17 +0100 Subject: [PATCH] fix instagram moderation in Contao 5.4 --- CHANGELOG.md | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e182e1e..b300bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Types of changes ## [2.14.0](https://github.com/pdir/social-feed-bundle/tree/2.14.0) - 2025-01-08 - [Added] Add compatibility for Contao 5.4+ -- [Fixed] Instagram import (You need a Business ?) +- [Fixed] Instagram import (You need a business app, see [docs](https://pdir.de/docs/de/contao/extensions/socialfeed/configuration/instagram/)) ## [2.13.6](https://github.com/pdir/social-feed-bundle/tree/2.13.6) - 2024-11-21 diff --git a/composer.json b/composer.json index c4d136b..9e40770 100644 --- a/composer.json +++ b/composer.json @@ -43,11 +43,11 @@ "donate": "https://contao-themes.net/sponsoring.html" }, "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", - "contao/core-bundle": "^4.13 || ^5.3", - "contao/news-bundle": "^4.13 || ^5.3", - "nickdnk/graph-sdk": "^6.0 || ^7.0", + "contao/core-bundle": "^5.3", + "contao/news-bundle": "^5.3", + "nickdnk/graph-sdk": "^7.0", "abraham/twitteroauth": "~4.0", "guzzlehttp/guzzle": "6.0 | ~7.7", "kevinrob/guzzle-cache-middleware": "^5.1",