Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP + Symfony] Problem z compsoer update
TajnyCzek
post
Post #1





Grupa: Zarejestrowani
Postów: 13
Pomógł: 0
Dołączył: 23.11.2012

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


Cześć, dopiero startuje z freamworkiem symfony i wszystko prawie mi sie udało od postawienia servera do całej konfiguracji, aż napotkałem bład.
Nie wiem co mogę zrobić, aby to naprawić.
Mam zainstalowane composera i chce zrobić update plików
Ale wyskakuje mi bład.. ;/
Jakieś pomysły co poprawić?
(IMG:http://i.imgur.com/dfVrK7Q.png)

Mam zainstalowane curl'a, a więc nie wiem skad ten bład w ostanich liniach

a tak wygląda mój plik json:
  1. {
  2. "name": "root/airblog",
  3. "license": "proprietary",
  4. "type": "project",
  5. "autoload": {
  6. "psr-0": {
  7. "": "src/",
  8. "SymfonyStandard": "app/"
  9. }
  10. },
  11. "require": {
  12. "php": ">=5.3.3",
  13. "symfony/symfony": "2.6.*",
  14. "doctrine/orm": "~2.2,>=2.2.3,<2.5",
  15. "doctrine/dbal": "<2.5",
  16. "doctrine/doctrine-bundle": "~1.2",
  17. "twig/extensions": "~1.0",
  18. "symfony/assetic-bundle": "~2.3",
  19. "symfony/swiftmailer-bundle": "~2.3",
  20. "symfony/monolog-bundle": "~2.4",
  21. "sensio/distribution-bundle": "~3.0,>=3.0.12",
  22. "sensio/framework-extra-bundle": "~3.0,>=3.0.2",
  23. "incenteev/composer-parameter-handler": "~2.0"
  24. },
  25. "require-dev": {
  26. "sensio/generator-bundle": "~2.3"
  27. },
  28. "scripts": {
  29. "post-root-package-install": [
  30. "SymfonyStandard\\Composer::hookRootPackageInstall"
  31. ],
  32. "post-install-cmd": [
  33. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  34. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  35. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  36. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  37. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  38. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
  39. ],
  40. "post-update-cmd": [
  41. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  42. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  43. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  44. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  45. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  46. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
  47. ]
  48. },
  49. "config": {
  50. "bin-dir": "bin"
  51. },
  52. "extra": {
  53. "symfony-app-dir": "app",
  54. "symfony-web-dir": "web",
  55. "symfony-assets-install": "symlink",
  56. "incenteev-parameters": {
  57. "file": "app/config/parameters.yml"
  58. }
  59. }
  60. }
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: 25.12.2025 - 16:46