Commit Graph
26 Commits
Author SHA1 Message Date
Jeremy Mikola 65d13be38c Removed unused environment variable 2016-09-22 19:31:47 -04:00
Jeremy Mikola 19dc115e94 Alias dev-master as 1.1.x-dev 1.1.0 2016-09-14 15:37:00 -04:00
Jeremy Mikola 8d53f365b2 Merge pull request #7 2016-09-14 15:36:37 -04:00
Jeremy Mikola f8099a63f8 Add more platforms to Travis build matrix
This ensures we test against old and current Symfony versions
2016-09-09 15:42:24 -04:00
Jeremy Mikola fd3a84d57d Remove minimum-stability from composer.json
This only applies to root projects, and isn't necessary for testing.
2016-09-09 15:36:56 -04:00
Jeremy Mikola 8fcbe9f726 Remove extra whitespace in doc block 2016-09-09 15:31:27 -04:00
Jeremy Mikola 5472039e48 Throw exceptions for getListenerPriority() incompatibilities
For the time being, do not support wildcard patterns with getListenerPriority().

An exception will be thrown if getListenerPriority() is not implemented on the inner dispatcher. The method was added in https://github.com/symfony/symfony/pull/16198 for Symfony 2.8. It was added to the interface in Symfony 3.0, which is relevant for our test cases.
2016-09-09 15:27:43 -04:00
SpacePossum 2d68309b14 Use assertCount() and getMockBuilder() in tests
getMock() was deprecated in PHPUnit 5.4.0.
2016-09-09 15:09:13 -04:00
SpacePossum 83a285207b Use FQCN for InvalidArgumentException in doc block 2016-09-09 15:08:35 -04:00
SpacePossum 0300cbb1a5 Compatibility with Symfony 3.0 2016-09-09 14:49:16 -04:00
Jeremy Mikola 392eb3b559 Add installation notes to readme 2016-09-09 14:37:29 -04:00
Jeremy Mikola a688303be2 Simplify header syntax in readme 2016-09-09 14:36:46 -04:00
Jeremy Mikola 6af1e73df4 Remove "Symfony2" references in readme 2016-09-09 14:36:20 -04:00
Lars Strojny 62eb20340a Allow subscribing to multiple events like Symfony EventDispatcher does v1.0.3 2013-07-30 11:02:43 -04:00
Jeremy Mikola e6b272951d Allow compatibility with Symfony 2.x v1.0.2 2013-06-06 14:47:59 -04:00
Jeremy Mikola d96fe85d12 Allow for greater Symfony2 compatibility (2.0 through 2.2) v1.0.1 2013-02-26 14:21:37 -05:00
Jeremy Mikola 36fbd1c880 Add Travis CI testing 2013-02-26 13:56:14 -05:00
Jeremy Mikola 1996172dbe Update ignored files 2013-02-26 13:54:46 -05:00
Jeremy Mikola b7860e16b4 Merge pull request #3 from eriksencosta/composer-autoload-path-fix
Updated path to the Composer generated autoload file
2013-02-26 10:48:55 -08:00
Eriksen Costa ef8369f930 updated path to the Composer generated autoload file 2013-01-04 18:37:06 -02:00
Jeremy Mikola 282231d728 Add bundle link 2012-02-17 14:11:36 -05:00
Jeremy Mikola e951bdf6a7 Merge pull request #1 from Seldaek/patch-1
Jsonlint
v1.0.0
2012-02-13 07:19:49 -08:00
Jordi Boggiano 5749adc31b Jsonlint 2012-02-13 09:57:59 +01:00
Jeremy Mikola 0639c6bebb Fix directories in PHPUnit configuration 2012-02-13 02:32:29 -05:00
Jeremy Mikola 8b34f6cdf8 Fix autoload path and remove superfluoustarget directory 2012-02-13 01:22:17 -05:00
Jeremy Mikola 635305a7ad First commit 2012-02-13 01:09:53 -05:00