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

16 lines
271 B
JSON
Raw Normal View History

2019-04-09 13:31:15 +02:00
{
2019-04-09 20:36:39 +02:00
"require": {
"matomo/device-detector": "dev-master",
2024-03-27 22:26:22 +01:00
"symfony/cache": "^v7.0.4",
2019-04-09 20:36:39 +02:00
"ext-json": "*",
2019-04-12 19:43:24 +02:00
"ext-redis": "*",
"ext-curl": "*",
2024-03-27 22:26:22 +01:00
"symfony/yaml": "^v7.0.3"
2019-04-09 20:36:39 +02:00
},
"autoload": {
"psr-4": {
"DeviceDetectorNet\\": "src/"
2019-04-09 13:31:15 +02:00
}
2019-04-09 20:36:39 +02:00
}
2019-04-09 13:31:15 +02:00
}