Skip to content

Commit

Permalink
Explicitly add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali committed Dec 21, 2024
1 parent 7a902ee commit 132082d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
"require": {
"php": ">=8.2",
"mobiledetect/mobiledetectlib": "^4.8",
"symfony/config": "^7.2",
"symfony/dependency-injection": "^7.2",
"symfony/event-dispatcher": "^7.2",
"symfony/framework-bundle": "^7.2",
"symfony/http-kernel": "^7.2",
"symfony/routing": "^7.2",
"symfony/yaml": "^7.2",
"twig/twig": "^3.0"
},
Expand Down

0 comments on commit 132082d

Please sign in to comment.