Skip to content

Commit

Permalink
Merge pull request #25 from Ehyiah/matt/fix-for-symfony-7
Browse files Browse the repository at this point in the history
update composer json requirements
  • Loading branch information
Ehyiah authored Mar 14, 2024
2 parents 0356a78 + aecfa59 commit f6dc6fb
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 227 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": ">=8.1",
"doctrine/orm": "^2.14",
"doctrine/orm": "^2.10",
"symfony/property-access": "^6.1|^7.0",
"symfony/monolog-bundle": "^3.8",
"symfony/yaml": "^6.1"
"symfony/monolog-bundle": "^3.1",
"symfony/yaml": "^6.1|^7.0"
},
"require-dev": {
"symfony/console": "^7.0|^6.1",
Expand Down
Loading

0 comments on commit f6dc6fb

Please sign in to comment.