symfony-cmf / resource-bundle

Resource Location for CMF documents based on Puli
https://cmf.symfony.com
5 stars 7 forks source link

Allow Symfony 3 and use caret operator #14

Closed wouterj closed 9 years ago

wouterj commented 9 years ago

There was no dependency on symfony yet, which I found rather strange for a bundle. So I've added a symfony/framework-bundle.

lsmith77 commented 9 years ago

the phpunit version we are using seems to have an issue with PHP7:

PHP Fatal error:  Uncaught Declaration of Prophecy\PhpUnit\ProphecyTestCase::onNotSuccessfulTest(Exception $e) should be compatible with PHPUnit_Framework_TestCase::onNotSuccessfulTest($e)
wouterj commented 9 years ago

Should be fixed by https://github.com/symfony-cmf/ResourceBundle/pull/15