Available Repositories

How to Configure Composer

Allocine & Mirror Repository

It's recommended to disable packagist.org when using these repositories.
{
  "repositories": [
    {
      "type": "composer",
      "url": "https://satis.allocine.net"
    },
    {
      "packagist.org": false
    }
  ]
}
        

Allocine Repository Only

{
  "repositories": [{
    "type": "composer",
    "url": "https://satis.allocine.net/allocine"
  }]
}