Skip to content

Commit a0f113d

Browse files
committed
feat: replace fos router
1 parent 2314946 commit a0f113d

File tree

5 files changed

+160
-78
lines changed

5 files changed

+160
-78
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"php": ">=8.1",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10+
"doctrine/dbal": "<4.0",
1011
"doctrine/doctrine-bundle": "^2.13",
1112
"doctrine/doctrine-migrations-bundle": "^3.3",
1213
"doctrine/orm": "^3.3",
@@ -36,6 +37,7 @@
3637
"symfony/property-info": "6.4.*",
3738
"symfony/runtime": "6.4.*",
3839
"symfony/security-bundle": "6.4.*",
40+
"symfony/security-acl": "^3.3",
3941
"symfony/serializer": "6.4.*",
4042
"symfony/string": "6.4.*",
4143
"symfony/translation": "6.4.*",
@@ -49,6 +51,7 @@
4951
"twig/twig": "^2.12|^3.0"
5052
},
5153
"config": {
54+
"minimum-stability": "dev",
5255
"optimize-autoloader": true,
5356
"sort-packages": true,
5457
"allow-plugins": {

0 commit comments

Comments
 (0)