Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
buchmarv committed Aug 26, 2024
1 parent a407e35 commit 6fef605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"php-http/cache-plugin": "^1.7",
"php-http/curl-client": "^2.1",
"php-http/httplug-bundle": "^1.17",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/security-core": "^4.4 || ^5.4 || ^6.0",
"symfony/security-http": "^4.4 || ^5.4 || ^6.0"
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.4",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.4",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.4",
"symfony/security-core": "^4.4 || ^5.4 || ^6.4",
"symfony/security-http": "^4.4 || ^5.4 || ^6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6fef605

Please sign in to comment.