Skip to content

Commit

Permalink
fix symfony lock min version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 12, 2023
1 parent bbdd9f0 commit 8abaaac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"symfony/console": "^5.4.32|^6.4.1|^7.0.1",
"symfony/event-dispatcher": "^5.4.26|^6.4.0|^7.0.1",
"symfony/finder": "^5.4.27|^6.4.0|^7.0.0",
"symfony/lock": "^5.4.0|^6.4.0|^7.0.0"
"symfony/lock": "^5.4.32|^6.4.0|^7.0.0"
},
"require-dev": {
"ext-pdo_sqlite": "~8.1.0 || ~8.2.0 || ~8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8abaaac

Please sign in to comment.