Skip to content

Commit

Permalink
Merge pull request #1436 from keboola/adamvyborny-allow-symfony-7
Browse files Browse the repository at this point in the history
deps: allow symfony 7
  • Loading branch information
AdamVyborny authored Jan 6, 2025
2 parents 88764ee + 21895b9 commit e1514f6
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 @@ -35,8 +35,8 @@
"keboola/php-datatypes": "^7.0",
"microsoft/azure-storage-blob": "^1.5",
"psr/log": "^1.1|^2.0|^3.0",
"symfony/filesystem": "^6.0||^5.0||^4.0",
"symfony/process": "^6.0||^5.0||^4.0"
"symfony/filesystem": "^7.0||^6.0||^5.0||^4.0",
"symfony/process": "^7.0||^6.0||^5.0||^4.0"
},
"require-dev": {
"ext-pdo": "*",
Expand Down

0 comments on commit e1514f6

Please sign in to comment.