Skip to content

Commit

Permalink
Move symfony/var-dumper to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo committed Feb 24, 2024
1 parent 610b46a commit 52174ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"php-http/client-common": "^2.6",
"php-http/discovery": "^1.14",
"lcobucci/jwt": "^4.2 || ^5.0",
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
"symfony/var-dumper": "^5.4 || ^6.4 || ^7.0"
"symfony/serializer": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"nyholm/psr7": "^1.5",
Expand All @@ -29,7 +28,8 @@
"friendsofphp/php-cs-fixer": "^3.13",
"ramsey/uuid": "^4.7",
"rector/rector": "^1.0",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10",
"symfony/var-dumper": "^7.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 52174ac

Please # to comment.