Commit 38c16302 authored by Alexandre Dias's avatar Alexandre Dias Committed by Christopher C. Wells
Browse files

Issue #3251417 by mlncn, saidatom: Switch to abraham/twitteroauth ^2 || ^3 for...

Issue #3251417 by mlncn, saidatom: Switch to abraham/twitteroauth ^2 || ^3 for compatibility with PHP 8
parent c9c55465
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@
        }
    ],
    "require": {
        "abraham/twitteroauth": "~0.7",
        "drupal/core": "^8.8 || ^9.0",
        "abraham/twitteroauth": ">=2",
        "drupal/core": ">=8.8",
        "drupal/social_post": "^3.0@beta"
    },
    "require-dev": {