0

https://github.com/artseld/ArtseldOpeninviterBundle

I cant install this bundle in my symfony 2.2.

Problem 1 - The requested package artseld/openinviter-bundle could not be found in any version, there may be a typo in the package name.

Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.

Anybody knows what is a problem?

ioppp
  • 25
  • 1
  • 6

1 Answers1

0

This bundle does not exist in packagist yet.

So you will have to use git submodules instead:

git submodule add http://github.com/artseld/ArtseldOpeninviterBundle.git vendor/artseld/OpeninviterBundle

Alternatively, it could be a good idea to ask the maintainer of the repo to support installation via composer and add the bundle to packagist. You could potentially request this feature by opening an issue in the repo directly.

Mick
  • 30,759
  • 16
  • 111
  • 130