Skip to content

Commit

Permalink
chore(deps): allow SF7
Browse files Browse the repository at this point in the history
- Replace require of v6.3 with v6.4
  • Loading branch information
simPod committed Jan 5, 2024
1 parent c48a2e0 commit 4c5d70c
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 413 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"cuyz/valinor": "^1.0",
"symfony/config": "^5.4 || ^6.3",
"symfony/dependency-injection": "^5.4 || ^6.3",
"symfony/http-kernel": "^5.4 || ^6.3"
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21",
Expand All @@ -27,9 +27,9 @@
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.2",
"symfony/console": "^5.4 || ^6.3",
"symfony/framework-bundle": "^5.4 || ^6.3",
"symfony/runtime": "^5.4 || ^6.3"
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/runtime": "^5.4 || ^6.4 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4c5d70c

Please sign in to comment.