Skip to content

Commit

Permalink
build: allow symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 22, 2023
1 parent e663f79 commit 1dc000c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"ext-pcre": "*",
"ext-mbstring": "*",
"ext-json": "*",
"symfony/process": "^5.4||^6.0"
"symfony/process": "^5.4||^6.0||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.20"
"friendsofphp/php-cs-fixer": "^3.41"
},
"suggest": {
"ext-apcu": "APCU info"
Expand Down

0 comments on commit 1dc000c

Please sign in to comment.