Skip to content

Commit

Permalink
Update mobile detect dep to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Feb 5, 2024
1 parent eb884ea commit 6460325
Show file tree
Hide file tree
Showing 2 changed files with 939 additions and 707 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": "^8.1",
"ua-parser/uap-php": "~3.9",
"league/pipeline": "^1.0",
"mobiledetect/mobiledetectlib": "~3.74",
"mobiledetect/mobiledetectlib": "~4.0",
"jaybizzle/crawler-detect": "~1.2",
"matomo/device-detector": "^6.0"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
}
},
"scripts": {
"test-dev": "phpunit --coverage-text",
"test-dev": "phpunit",
"test": "phpunit --coverage-clover ./tests/logs/clover.xml"
}
}
Loading

0 comments on commit 6460325

Please sign in to comment.