Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 18, 2023
1 parent b201615 commit f31e9c8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.7",
"symfony/symfony": "7.0.x-dev as 6.4.0",
"symfony/console": "7.0.x-dev as 6.4.0",
"symfony/error-handler": "7.0.x-dev as 6.4.0",
"symfony/finder": "7.0.x-dev as 6.4.0",
"symfony/http-foundation": "7.0.x-dev as 6.4.0",
"symfony/http-kernel": "7.0.x-dev as 6.4.0",
"symfony/mailer": "7.0.x-dev as 6.4.0",
"symfony/mime": "7.0.x-dev as 6.4.0",
"symfony/process": "7.0.x-dev as 6.4.0",
"symfony/routing": "7.0.x-dev as 6.4.0",
"symfony/uid": "7.0.x-dev as 6.4.0",
"symfony/var-dumper": "7.0.x-dev as 6.4.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^2.0"
Expand Down Expand Up @@ -98,7 +108,9 @@
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2"
"predis/predis": "^2.0.2",
"symfony/cache": "7.0.x-dev as 6.4.0",
"symfony/http-client": "7.0.x-dev as 6.4.0"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
Expand Down

0 comments on commit f31e9c8

Please sign in to comment.