InformaticRevolution / IRCategoryBundle

0 stars 0 forks source link

Error with Composer update #1

Open fab01 opened 7 years ago

fab01 commented 7 years ago

When I run composer update informaticrevolution/category-bundle

I get this error:

Your requirements could not be resolved to an installable set of packages.

Problem 1

This is my json require list:

"require": { "php": ">=5.5.9", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-migrations-bundle": "^1.2", "doctrine/orm": "^2.5", "incenteev/composer-parameter-handler": "^2.0", "sensio/distribution-bundle": "^5.0.19", "sensio/framework-extra-bundle": "^3.0.2", "symfony/monolog-bundle": "^3.1.0", "symfony/polyfill-apcu": "^1.0", "symfony/swiftmailer-bundle": "^2.3.10", "symfony/symfony": "3.3.", "twig/twig": "^1.0||^2.0", "informaticrevolution/category-bundle": "" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^2.3", "nelmio/alice": "^2.3", "sensio/generator-bundle": "^3.0", "symfony/phpunit-bridge": "^3.0" },

fab01 commented 7 years ago

Seems there's a conflict with Symfony version 3.3.2

Problem 1