Skip to content

Commit

Permalink
feat: update min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Oct 28, 2024
1 parent 37cd5d5 commit b8d0968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"bin": ["bin/phpmyadmin"],
"require": {
"php": ">=8.0",
"symfony/filesystem": "^5.4",
"symfony/console": "^5.4",
"symfony/process": "^5.4"
"symfony/filesystem": "^6.4",
"symfony/console": "^6.4",
"symfony/process": "^6.4"
},
"require-dev": {
"laravel-zero/phar-updater": "^1.1.1",
Expand Down

0 comments on commit b8d0968

Please sign in to comment.