Barry vd. Heuvel
2bfe379a66
Add browser test ( #639 )
...
* Add browser test with Panther
2024-03-30 08:50:08 +01:00
Barry vd. Heuvel
3168cb9adf
Bump branch alias
2024-03-20 19:42:52 +01:00
Barry vd. Heuvel
223a2c350b
Update branch alias
2024-03-12 15:13:48 +01:00
Barry vd. Heuvel
7e0ef13788
Bump dev-alias to 1.20
2024-02-10 10:55:39 +01:00
v-noskov
8db056271d
Update dependencies for Symfony 7 ( #589 )
2024-01-25 19:41:03 +01:00
Bruce Wells
1386fe5c4f
Php8 1 fixes ( #497 )
...
* PHP 8.1 warning fixes
Added #[\ReturnTypeWillChange] or appropriate return values
Typed parameters where appropriate
* Fixing unit tests to run without warnings
* Update to more reasonable versions of PHP and PHPUnit (was missing PHPUnit 8)
* mb_check_encoding param 1 can not be null
* Fix SeekingData class for 8.1
* Update tests to not polute the temp directory
* Revert PHP contrant
* Tabs to spaces
* Use Symfony\Component\VarDumper\Cloner\Data\SeekingData instead of local backported version
Avoids Fatal error: Declaration of DebugBar\DataFormatter\VarDumper\SeekingData::seek($key) must be compatible with Symfony\Component\VarDumper\Cloner\Data::seek(string|int $key): ?static
Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2022-10-31 14:31:43 +01:00
Barry vd. Heuvel
59c1797cc6
Update composer.json
2022-02-10 17:08:08 +01:00
Armin Linzbauer
d7a9c22602
Add Support for symfony/var-dumper
^6 ( #492 )
...
* Update Dependencies for Symfony 6
* Document Added Support for symfony/var-dumper ^6
2021-12-21 19:16:01 +01:00
Sem Schilder
14bdc78c0c
Draft: Support twig namespaces ( #479 )
...
* Add Twig 1, 2 and 3 as required dependency
- Latest safe Twig 1 version
- Latest safe Twig 2 version
- Latest safe Twig 3 version
* Add ext-json as a requirement
* Add namespacedTwigProfileCollector
* Deprecated old class
* Update docs for PHP/Twig
* Remove incompatibility
* Update namespace
* Update composer.json
Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2021-12-12 11:48:02 +01:00
erikn69
fb428365f2
Support psr/log:^2.0,^3.0 ( #486 )
...
* Support psr/log:^2.0,^3.0
* Update FileStorageTest.php
Co-authored-by: Erik Niebla <ep_niebla@hotmail.com>
Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2021-10-18 11:38:31 +02:00
fcolecumberri
22cfd56c87
updated psr/log acceptable mayor version ( #485 )
2021-10-18 11:36:20 +02:00
Barry vd. Heuvel
678a54a502
Update composer.json
2021-06-22 10:04:48 +02:00
Witold Wasiczko
9544e0bf2a
Test on PHP 8 ( #456 )
...
* Test on PHP 8
* Fix tests
2020-12-07 11:39:43 +01:00
Barry vd. Heuvel
a5ae65a123
Update composer.json
2020-08-28 09:35:51 +02:00
Jerzy Zawadzki
58998b818c
Symfony 5 support added ( #431 )
2019-11-24 10:46:11 +01:00
Barry vd. Heuvel
a33fdc5e20
Update composer.json
2019-10-18 16:33:49 +02:00
Barry vd. Heuvel
373f6af121
Update composer.json
2019-10-18 15:48:34 +02:00
Barry vd. Heuvel
7702b864a3
Update composer.json
2018-05-12 22:42:30 +02:00
Barry vd. Heuvel
afa317dea9
Update composer.json
2018-04-16 20:57:46 +02:00
Tobias Nyholm
42b6df1976
Support for Symfony 4 ( #370 )
2017-12-15 12:09:52 +01:00
Barry vd. Heuvel
b353a3197c
Update composer.json
2017-07-21 13:47:39 +02:00
Barry vd. Heuvel
5f49a5ed6c
Update composer.json
2016-09-15 16:01:59 +02:00
Barry vd. Heuvel
7c62c30a1e
Add Throwables, deprecate exceptions ( #281 )
...
* Add addThrowable
* Update composer.json
2016-06-26 14:42:26 +02:00
jamiehd
91b61a53bb
Change php7 errors to exception to maintain compatability with function declaration #264 ( #279 )
2016-06-11 14:17:26 +02:00
Barry vd. Heuvel
e634fbd32c
Update composer.json
2016-05-15 15:11:34 +02:00
Barry vd. Heuvel
07741d84d3
Bump version, update composer
2015-12-10 10:50:24 +01:00
Barry vd. Heuvel
de864471c6
Merge pull request #241 from GrahamCampbell/patch-2
...
Use PSR-4 without moving files about
2015-12-10 09:54:25 +01:00
Graham Campbell
5a9ba87220
Use PSR-4 without moving files about
2015-12-03 09:46:01 +00:00
Graham Campbell
a0fef60b4a
Updated dependencies
2015-12-03 09:44:48 +00:00
Barry vd. Heuvel
a01819af85
User VarDumper component
...
Use the VarDumper component instead of the kintLite method.
2014-11-29 12:35:43 +01:00
Barry vd. Heuvel
3fe312bf23
Bump version
...
Changed some widgets, added methods.
2014-10-30 16:41:48 +01:00
Graham Campbell
460be120e5
Testing improvements
2014-07-26 12:04:43 +01:00
Barry vd. Heuvel
83cdafde09
Add branch-alias for 1.x
2014-07-02 09:26:38 +02:00
Barry vd. Heuvel
511c7a100d
Remove Kint dependency
...
Fixes #121
2014-04-23 10:13:42 +02:00
maximebf
cae98bc37a
added DataFormater and now using kint to format variables ( fixed #93 and #95 )
2014-03-04 13:56:20 -03:00
maximebf
821bf57f2d
added new storage adapters
2013-09-20 15:46:52 -04:00
maximebf
214c62bd85
MessagesCollector is now compatible with PSR Log
...
added psr as requirement
2013-06-18 14:39:48 +09:00
maximebf
de3274071a
added MonologCollector
2013-06-13 20:23:22 +08:00
maximebf
836050cea5
huge refactoring, comments and docs
2013-06-13 18:49:55 +08:00