summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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": {