Skip to content

Commit

Permalink
feat: allow symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kochen committed Jan 3, 2025
1 parent 42b6c2c commit 13ee9b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"nyholm/psr7": "^1.8",
"oat-sa/lib-lti1p3-core": "^7.0.2",
"psr/log": "^1 || ^2 || ^3",
"symfony/framework-bundle": "^6.4",
"symfony/framework-bundle": "^6.4 | ^7.1",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/security-bundle": "^6.4",
"symfony/security-core": "^6.4",
"symfony/security-http": "^6.4",
"symfony/yaml": "^6.4"
"symfony/security-bundle": "^6.4 | ^7.1",
"symfony/security-core": "^6.4 | ^7.1",
"symfony/security-http": "^6.4 | ^7.1",
"symfony/yaml": "^6.4 | ^7.1"
},
"require-dev": {
"colinodell/psr-testlogger": "^1.2",
Expand All @@ -25,7 +25,7 @@
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "~9",
"psalm/plugin-phpunit": "^0.18",
"symfony/browser-kit": "^6.4",
"symfony/browser-kit": "^6.4 | ^7.1",
"vimeo/psalm": "^5.25"
},
"autoload": {
Expand Down

0 comments on commit 13ee9b7

Please sign in to comment.