57 Commits

Author SHA1 Message Date
Denis Sokolov 80e1be87b6 Merge pull request #528 from MarioBlazek/phpunit_forward_compatibility_layer
Use namespaced version of PHPUnit's TestCase
2017-11-03 21:03:30 +02:00
Markus Staab 1b7b34db31 Updated keywords 2017-10-03 19:34:04 +02:00
Mario Blažek 4028b3baf5 Use namespaced version of PHPUnit's TestCase 2017-09-29 09:41:54 +02:00
Markus Staab f285417f04 added psr/log to required dependencies 2017-03-02 16:51:54 +01:00
Vincent Klaiber 177f5a9418 Add new homepage url 2016-10-04 11:19:48 +02:00
Vincent Klaiber 056dda4bf0 Update composer.json
1. Removed default homepage url (packagist will use the github url by default)
2. Update the php version requirement
2016-10-04 11:09:59 +02:00
Denis Sokolov 396b2c8b8f Merge pull request #420 from PrisisForks/fixes-419
Fixes 419
2016-09-04 14:12:18 +03:00
Andreas Möller 46c0835901 Fix: Simplify test bootstrapping 2016-07-24 19:34:01 +02:00
prisis b1170924e2 update composer to use symfony/var-dumper ^2.6 and ^3.0 || added travis support for lowest composer install 2016-06-02 18:01:34 +02:00
Jonas De Taeye 186d299d47 Require symfony/var-dumper for development 2016-02-18 11:17:52 +05:30
Denis Sokolov 083d5a674e Move utility functions to the utility class, fix #351 2015-12-20 18:45:53 +02:00
Vincent Klaiber c333e610bf Bump PHP to 5.5.9 2015-12-15 13:26:08 +01:00
Vincent Klaiber efd5db4ce1 Allow PHPUnit 5.0
The commit message speaks for itself.
2015-12-15 13:19:32 +01:00
Markus Staab c830d3b53f Update php-min version to 5.5 2015-12-13 21:22:11 +01:00
Denis Sokolov bccc463305 Merge pull request #348 from filp/fix-var-dumper-suggestion
Fix var-dumper suggestion string, fixup 6a1c86bb
2015-12-13 14:57:40 +02:00
Denis Sokolov 3bf469434e Merge pull request #327 from filp/remove-silex-1
Remove integration with Silex 1, fix #101
2015-12-13 01:10:55 +02:00
Denis Sokolov 2681c8893e Fix var-dumper suggestion string, fixup 6a1c86bb
https://getcomposer.org/doc/04-schema.md#suggest
2015-12-13 01:09:06 +02:00
Denis Sokolov a6aaf57c03 Move SOAP handler out 2015-12-13 01:08:09 +02:00
Denis Sokolov 1ac952ef30 Install local phpunit
This ensures we run the same consistent version of phpunit,
and is generally more convenient.
2015-12-12 22:00:08 +02:00
Denis Sokolov 9425bc243f Merge pull request #320 from staabm/sfvardump
Optionally use symfony/var-dumper to pretty print var-dumping
2015-11-24 16:11:16 +02:00
Denis Sokolov 67b8984c6f Fixup 4ca44a4 2015-11-23 21:55:11 +02:00
Denis Sokolov 4ca44a497b Merge remote-tracking branch 'staabm/onlyajax' 2015-11-23 21:32:31 +02:00
Markus Staab 6a1c86bb44 Optionally use symfony/var-dumper to pretty print var-dumping
Closes #308
2015-11-23 09:44:32 +01:00
Markus Staab 26f3dba7b5 removed onlyForAjaxRequests from JsonResponseHandler. Added a new Whoops\isAjaxRequest helper function to use instead.
Use it before registering a Handler to achive the "onlyForAjaxRequests" functionality.
```
if (Whoops\isAjaxRequest()){
  $run->addHandler($myHandler)
}
```

closes #319.
2015-11-23 09:29:31 +01:00
Graham Campbell 69b7c32794 Bump min PHP version to 5.3.3 2015-11-22 18:49:48 +00:00
Denis Sokolov 32610045da Remove deprecated Zend integration 2015-11-22 18:32:19 +02:00
Denis Sokolov d6b189a074 Remove integration with Silex 1, fix #101 2015-11-22 18:31:16 +02:00
Graham Campbell ff587a3f05 Use PSR-4 for autoloading 2015-11-22 09:35:58 +00:00
Graham Campbell 19ecd53d45 Bump branch alias to 2.0.x 2015-11-21 15:14:25 +00:00
Denis Sokolov 818db49602 Update dev-master alias to 1.2 2014-05-03 23:08:41 +09:00
Graham Campbell 0a509d88e1 Update composer.json 2014-04-17 19:12:29 +01:00
Denis Sokolov 7284985e63 Deprecate Zend provider explicitly, close #171 2014-03-12 18:47:27 +01:00
Denis Sokolov 71277f6355 Remove Silex dependency 2014-02-17 14:35:13 +01:00
Denis 5a9fc88fa8 Composer: in development, we require 5.3.3 for testing 2014-02-17 13:50:03 +02:00
Graham Campbell 708d79c05c Updated composer dependencies 2014-02-17 11:33:07 +00:00
Denis d193d131e5 Merge pull request #141 from GrahamCampbell/mockery
Updated Mockery
2014-02-17 09:46:25 +02:00
Graham Campbell 0a65ea5ebe Updated mockery 2014-02-16 14:23:58 +00:00
Graham Campbell 2e3e1a1270 Added 1.1 branch alias 2014-02-16 14:22:43 +00:00
Denis Sokolov a6b032c091 Composer: let version be determined by git tags
As per http://getcomposer.org/doc/02-libraries.md#specifying-the-version,
it is recommended to not put explicit version in the composer.json file.

Main advantage of that is that bumping a library version is as easy as adding
a tag, which is significantly different from editing a file and creating
a new commit with meaningless commit message.
2013-10-14 11:56:38 +02:00
filp d086796e7c Version bump 2013-08-06 21:39:59 +01:00
filp 12e144c788 Version bump 2013-06-10 13:22:13 +01:00
filp 5551ca6342 Version bump 2013-05-10 23:13:22 +01:00
filp b3403e3f95 Version bump 2013-05-10 18:04:33 +01:00
filp 74567151e2 Version bump 2013-04-24 16:55:28 +01:00
filp fce769fc92 Version bump 2013-04-23 08:20:17 +01:00
filp dec110945e Update composer.json keywords for Packagist 2013-04-15 14:18:33 +01:00
filp b6fd9c1430 Version bump 2013-04-12 11:20:20 +01:00
filp f68ba5df07 Version bump to 1.0.0 2013-04-09 15:34:25 +01:00
filp 967ff7cfdb Version bump (0.9.0) 2013-03-17 12:58:04 +00:00
filp d20bee0c99 Update code-base to 'Whoops' 2013-03-17 12:31:50 +00:00