hydephp / publications

Upcoming Publications Feature - HydePHP Extension
MIT License
0 stars 0 forks source link

How to install the preview version of this package #11

Closed caendesilva closed 1 year ago

caendesilva commented 1 year ago

First, add the following to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/hydephp/publications"
    }
]

Then run the following:

composer require hyde/publications:dev-develop

Note that this package is still in development and may be unstable.