Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from tacman/patch-1
Browse files Browse the repository at this point in the history
allow Symfony 7
  • Loading branch information
TomasVotruba authored Dec 3, 2023
2 parents 49894d7 + 38f3696 commit 2513ffd
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 @@ -6,11 +6,11 @@
"php": ">=8.1",
"nette/utils": "^3.2",
"sebastian/diff": "^5.0",
"symfony/config": "^6.2",
"symfony/console": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/http-kernel": "^6.2",
"symfony/finder": "^6.2"
"symfony/config": "^6.2 || ^7.0",
"symfony/console": "^6.2 || ^7.0",
"symfony/dependency-injection": "^6.2 || ^7.0",
"symfony/http-kernel": "^6.2 || ^7.0",
"symfony/finder": "^6.2 || ^7.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3",
Expand Down

0 comments on commit 2513ffd

Please sign in to comment.