staram się ogarnąć jak stworzyć własny pakiet z możliwością pobrania przez composer, niestety mam problem z konfiguracją pliku composer.json
Oto pliczek:
{ "name" : "p3s/appbundle", "description" : "App bundle", "type" : "symfony-bundle", "authors" : [{ "name" : "app", "email" : "przekus[malpaa]wp.pl" }], "keywords" : [ "app bundle" ], "license" : [ "MIT" ], "require" : { }, "autoload" : { "psr-0" : { "p3s\\AppBundle" : "" } }, "target-dir" : "p3s/AppBundle", "repositories": [ { } ], "extra" : { "branch-alias" : { "dev-master" : "1.0" } } }
Oto komunikat błędu jeżeli staram się pobrać pakiet:
Cytat
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package p3s/appbundle 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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Problem 1
- The requested package p3s/appbundle 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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Ktoś podpowie gdzie zbłądziłem?

Pozdrawiam