Skip to content

Commit

Permalink
Added Router support for some routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Dec 21, 2023
1 parent a387e18 commit 53ef7f8
Show file tree
Hide file tree
Showing 8 changed files with 247 additions and 171 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"php": ">=8.2",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/filesystem": "6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/mime": "6.4|^7.0"
"symfony/mime": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0"
},
"require-dev": {
"infection/infection": "^0.27",
Expand Down
Loading

0 comments on commit 53ef7f8

Please sign in to comment.