Commit 90a3a464 authored by git's avatar git Committed by Christopher C. Wells
Browse files

Issue #3289790 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 65a427e6
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -30,14 +30,17 @@
        }
    ],
    "require": {
        "drupal/core": "^8.8 || ^9.0",
        "drupal/social_api": "^3"
        "drupal/social_api": "^3",
        "drupal/core": "^8.8 || ^9.0 || ^10"
    },
    "require-dev": {
        "drupal/coder": "^8.3"
    },
    "minimum-stability": "dev",
    "config": {
        "sort-packages": true
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
+1 −1
Original line number Diff line number Diff line
name: Social Post
type: module
description: Allows posting content to different social networks automatically
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
package: Social
configure: social_post.integrations
dependencies: