Add mobiledetectlib (#1806)
commitc989116daa7335ce9b6d41392abec6965c2b7a1a
authorBrady Miller <brady.g.miller@gmail.com>
Sun, 19 Aug 2018 18:52:03 +0000 (19 11:52 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Aug 2018 18:52:03 +0000 (19 11:52 -0700)
tree5af4159b2ffd51be27925df3f6322cfc1c502e5b
parent8ab56ebc33eca4da732a5ed0df2c8cabec55adb7
Add mobiledetectlib (#1806)
19 files changed:
composer.json
composer.lock
vendor/composer/autoload_classmap.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/mobiledetect/mobiledetectlib/LICENSE.txt [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/Mobile_Detect.json [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/README.md [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/composer.json [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/composer.lock [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/docs/CONTRIBUTING.md [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/docs/HISTORY.md [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/docs/ISSUE_TEMPLATE.md [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/docs/KNOWN_LIMITATIONS.md [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/export/exportToJSON.php [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/phpcs.xml [new file with mode: 0644]