summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-02-04 12:14:15 +0100
committerDaniel Weipert <code@drogueronin.de>2023-02-04 12:14:15 +0100
commitb32ff794c62e607e09183924c3ca55eba2ebe64b (patch)
tree81f7e6a38abff48047f53387d496ec115793449b /composer.json
parent29d69f7d9b6412fb9cded5490d6965c709cbace8 (diff)
Update composer packages
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 88fb362..2cc41ce 100644
--- a/composer.json
+++ b/composer.json
@@ -9,12 +9,12 @@
],
"require": {
"symfony/http-foundation": "^6.0",
- "twig/twig": "^3.3",
- "symfony/yaml": "^6.0"
+ "symfony/yaml": "^6.0",
+ "twig/twig": "^3.5"
},
"require-dev": {
- "phpunit/phpunit": "^9.5",
- "guzzlehttp/guzzle": "^7.4"
+ "guzzlehttp/guzzle": "^7.5",
+ "phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {