1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/composer.json

15 lines
271 B
JSON

{
"require": {
"matomo/device-detector": "dev-master",
"symfony/cache": "^v7.0.4",
"ext-json": "*",
"ext-redis": "*",
"ext-curl": "*",
"symfony/yaml": "^v7.0.3"
},
"autoload": {
"psr-4": {
"DeviceDetectorNet\\": "src/"
}
}
}