2013-10-04 307 views
0

我已經使用sylius作爲電子商務平臺,並通過創建我自己的網站來處理它。Sylius老作曲家更新

經過4個月的工作,我想用composer.json擴展我的系統。 但是,當我想通過json更新作曲者時有問題,sylius束使得問題就像sylius束中發生了變化,我不能再更新舊的sylius作曲家,看起來像我在過去4個月中使用sylius的作品已經不在了?

任何人都可以幫忙,有什麼解決方案繼續我的工作與老sylius的composer.json

庫存束是0.1的問題*現在是該版本刪除,並有1.0版本是不滿意的其餘我的包作爲omnipay,流束等,當我解決其中一個他們在接下來的情侶中就像沒有解決方案?

錯誤:

Problem 1 
    - The requested package sylius/installer-bundle 0.1.* could not be found. 
    Problem 2 
    - The requested package sylius/omnipay-bundle 0.9.*@dev could not be found. 
    Problem 3 
    - Installation request for sylius/flow-bundle 0.1.* -> satisfiable by sylius/flow-bundle[v0.1.0]. 
    - sylius/flow-bundle v0.1.0 requires sylius/installer-bundle 0.1.* -> no matching package found. 


    "php":         ">=5.3.3", 
    "symfony/symfony":      ">=2.2,<2.3-dev", 
    "doctrine/orm":       ">=2.2.3,<2.4-dev", 
    "doctrine/doctrine-bundle":    "1.2.*", 
    "doctrine/doctrine-fixtures-bundle": "*", 
    "twig/extensions":      "1.0.*", 
    "symfony/assetic-bundle":    "2.3.*", 
    "symfony/swiftmailer-bundle":   "2.2.*", 
    "symfony/monolog-bundle":    "2.2.*", 
    "sensio/distribution-bundle":   "2.2.*", 
    "sensio/generator-bundle": "2.2.*", 
    "incenteev/composer-parameter-handler": "~2.0", 
    "mathiasverraes/money":     "[email protected]", 
    "jms/translation-bundle":    "1.1.*", 
    "sylius/installer-bundle":    "0.1.*", 
    "sylius/assortment-bundle":    "0.1.*", 
    "sylius/cart-bundle":     "0.3.*", 
    "sylius/money-bundle":     "0.1.*", 
    "sylius/taxation-bundle":    "0.1.*", 
    "sylius/shipping-bundle":    "0.1.*", 
    "sylius/addressing-bundle":    "0.1.*", 
    "sylius/sales-bundle":     "0.1.*", 
    "sylius/promotions-bundle":    "0.1.*", 
    "sylius/inventory-bundle":    "0.1.*", 
    "sylius/taxonomies-bundle":    "0.1.*", 
    "sylius/settings-bundle":    "0.1.*", 
    "sylius/payments-bundle":    "0.1.*", 
    "sylius/flow-bundle":     "0.1.*", 
    "sylius/resource-bundle":    "0.1.*", 
    "sylius/omnipay-bundle":    "0.9.*@dev", 
    "jms/serializer-bundle":    "0.11.*", 
    "friendsofsymfony/user-bundle":   "1.3.1", 
    "fsc/hateoas-bundle":     "0.3.x-dev", 
    "knplabs/knp-gaufrette-bundle":   "0.2.*", 
    "fzaninotto/faker":      "1.1.*", 
    "knplabs/knp-menu-bundle":    "2.0.*", 
    "liip/imagine-bundle":     "0.9.*", 
    "athari/yalinqo":      "*", 
    "friendsofsymfony/facebook-bundle": "1.1.*", 
    "doctrine/migrations": "dev-master", 
    "doctrine/doctrine-migrations-bundle": "dev-master", 
    "friendsofsymfony/elastica-bundle": "3.0.*@dev", 
    "excelwebzone/recaptcha-bundle": "dev-master", 
    "knplabs/knp-paginator-bundle": "dev-master", 
    "knplabs/knp-snappy-bundle": "dev-master", 
    "paypal/adaptivepayments-sdk-php": "dev-master", 
    "mandrill/mandrill":      "1.0.*" 
+0

請張貼您的composer.json。 – umpirsky

+0

我從我的composer.json添加了需求 –

回答

0

你應該要求或 「1.0 @dev。」 根據您的最小穩定性設置 「1.0 。」您也可以鎖定特定標籤。