Skip to content

Commit a827f26

Browse files
committed
User Information for Url Shortener
1 parent bc135a7 commit a827f26

File tree

7 files changed

+428
-7
lines changed

7 files changed

+428
-7
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-pdo": "*"
20+
"ext-pdo": "*",
2121
"league/container": "^4.2",
2222
"league/route": "^5.1",
2323
"envms/fluentpdo": "^2.2",
@@ -27,5 +27,7 @@
2727
"symfony/console": "^6.1",
2828
"monolog/monolog": "^3.2",
2929
"league/plates": "^v3.5.0",
30+
"matomo/device-detector": "^6.1",
31+
"geoip2/geoip2": "~2.0"
3032
}
3133
}

0 commit comments

Comments
 (0)