real-coder-pty-ltd / wp-off-market-listings

Adds off market listing capability to Easy Property Listings based websites.
0 stars 0 forks source link

Composer.json should have this as a minimum. #1

Open mattneal-stafflink opened 2 months ago

mattneal-stafflink commented 2 months ago
{
    "name": "stafflink-pty-ltd/rc-offmarket-listings",
    "description": "A WordPress mu-plugin Enables gatest Offmarket listing capability for Real Coder clients.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "stafflinkPtyLtd\\rcOffmarketListings\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Matthew Neal",
            "email": "matt.neal@realcoder.com.au"
        },
        {
            "name": "Julius Genetia",
            "email": "julius@realcoder.com.au"
        }
    ],
    "require": {}
}