Skip to content

Commit 11e58ee

Browse files
committed
Adds Kint for enhanced debugging and updates dependencies
Integrates Kint library for improved debugging capabilities, allowing detailed and expandable dumps. Updates various dependencies in composer files to newer versions for improved functionality and compatibility. Includes changes to handle API responses using Kint for better error handling and visualization. Updates dev dependencies to ensure up-to-date testing tools.
1 parent cd1cd01 commit 11e58ee

4 files changed

Lines changed: 322 additions & 234 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"phpstan/phpstan": "*",
2222
"friendsofphp/php-cs-fixer": "^3.61",
2323
"ergebnis/composer-normalize": "^2.43",
24-
"ergebnis/php-cs-fixer-config": "^6.34"
24+
"ergebnis/php-cs-fixer-config": "^6.34",
25+
"kint-php/kint": "dev-master"
2526
},
2627
"config": {
2728
"allow-plugins": {

0 commit comments

Comments
 (0)