Skip to content

Commit

Permalink
chore(deps): bump dependencies for PHP 8.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 2, 2022
1 parent ea415e9 commit b368cb8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -20,11 +20,12 @@
"require": {
"php": "^7.4 || ^8",
"ext-json": "*",
"symfony/console": "^5.1",
"mockery/mockery": "^1.4.4",
"symfony/console": "^5.2.4",
"symfony/filesystem": "^5.1",
"symfony/finder": "^5.1",
"symfony/process": "^5.1",
"twig/twig": "^3.1"
"symfony/finder": "^5.3.7",
"symfony/process": "^5.3.7",
"twig/twig": "^3.3.3"
},
"require-dev": {
"ramsey/devtools": "^1.7",
Expand Down

0 comments on commit b368cb8

Please sign in to comment.