Created
July 7, 2012 08:41
-
-
Save merk/3065519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "friendsofsymfony/comment-bundle", | |
"type": "symfony-bundle", | |
"description": "This Bundle provides threaded comment functionality for Symfony2 applications", | |
"keywords": ["comment", "threads", "forum"], | |
"homepage": "http://friendsofsymfony.github.com", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Thibault Duplessis", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Tim Nagel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "FriendsOfSymfony Community", | |
"homepage": "https://github.com/friendsofsymfony/FOSCommentBundle/contributors" | |
} | |
], | |
"require": { | |
"php": ">=5.3.2", | |
"symfony/symfony": "2.1.*@beta", | |
"friendsofsymfony/rest": "*@dev", | |
"friendsofsymfony/rest-bundle": "*@dev" | |
}, | |
"suggest": { | |
"friendsofsymfony/user-bundle": "Allows for user integration.", | |
"ornicar/akismet-bundle": "Integrate Akismet for spamdetection." | |
}, | |
"require-dev": { | |
"doctrine/orm": "2.2.*", | |
"doctrine/doctrine-bundle": "*", | |
"symfony/assetic-bundle": "*", | |
"friendsofsymfony/user-bundle": "*", | |
"ornicar/akismet-bundle": "*", | |
"behat/behat-bundle": "*", | |
"behat/mink-bundle": "*", | |
"behat/sahi-client": "*" | |
}, | |
"autoload": { | |
"psr-0": { "FOS\\CommentBundle": "" } | |
}, | |
"target-dir": "FOS/CommentBundle" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ FOSCommentBundle git:(master) ✗ php ./composer.phar install --dev | |
Installing dependencies | |
Your requirements could not be solved to an installable set of packages. | |
Problem 1 | |
- friendsofsymfony/rest-bundle 0.7.0 requires sensio/framework-extra-bundle >=2.0,<2.2-dev -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-router-refactoring requires sensio/framework-extra-bundle * -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-query_param-proof-of-concept requires sensio/framework-extra-bundle * -> no matching package found. | |
- friendsofsymfony/rest-bundle 0.8.x-dev requires jms/serializer-bundle 0.9.* -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-master requires jms/serializer-bundle 0.9.* -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-disable_patch requires sensio/framework-extra-bundle * -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-composer_constraints requires sensio/framework-extra-bundle >=2.0,<2.2 -> no matching package found. | |
- friendsofsymfony/rest-bundle dev-composer-integration requires sensio/framework-extra-bundle * -> no matching package found. | |
- friendsofsymfony/rest-bundle 0.6.0 requires sensio/framework-extra-bundle * -> no matching package found. | |
- Installation request for friendsofsymfony/rest-bundle *@dev -> satisfiable by friendsofsymfony/rest-bundle 0.6.0, friendsofsymfony/rest-bundle dev-composer-integration, friendsofsymfony/rest-bundle dev-composer_constraints, friendsofsymfony/rest-bundle dev-disable_patch, friendsofsymfony/rest-bundle dev-master, friendsofsymfony/rest-bundle 0.8.x-dev, friendsofsymfony/rest-bundle dev-query_param-proof-of-concept, friendsofsymfony/rest-bundle dev-router-refactoring, friendsofsymfony/rest-bundle 0.7.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment