Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [composer][githib][symfony] konfiguracja pakietu do pobrania
prz3kus
post
Post #1





Grupa: Zarejestrowani
Postów: 260
Pomógł: 30
Dołączył: 22.01.2007

Ostrzeżenie: (0%)
-----


Witam,
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:

  1. {
  2. "name" : "p3s/appbundle",
  3. "description" : "App bundle",
  4. "type" : "symfony-bundle",
  5. "authors" : [{
  6. "name" : "app",
  7. "email" : "przekus[malpaa]wp.pl"
  8. }],
  9. "keywords" : [
  10. "app bundle"
  11. ],
  12. "license" : [
  13. "MIT"
  14. ],
  15. "require" : {
  16. },
  17. "autoload" : {
  18. "psr-0" : {
  19. "p3s\\AppBundle" : ""
  20. }
  21. },
  22. "target-dir" : "p3s/AppBundle",
  23. "repositories": [
  24. {
  25. }
  26. ],
  27. "extra" : {
  28. "branch-alias" : {
  29. "dev-master" : "1.0"
  30. }
  31. }
  32. }


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.


Ktoś podpowie gdzie zbłądziłem? (IMG:style_emoticons/default/smile.gif)
Pozdrawiam
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 03:45