]> git.mxchange.org Git - friendica.git/commit
Move MobileDetect library to vendor
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 1 Apr 2017 03:05:07 +0000 (23:05 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 1 Apr 2017 03:05:07 +0000 (23:05 -0400)
commit806368f15165933d2db45846be0e6c634f4d2891
treeab268a6a6e5fa55d2ef9bceb941381bd0308c707
parent799e60aa6204a7244558ea60fcbf84600d8013f9
Move MobileDetect library to vendor

- Bumped the version to 2.8.25 (from 2.8.11)
21 files changed:
boot.php
composer.json
composer.lock [new file with mode: 0644]
library/Mobile_Detect/.gitignore [deleted file]
library/Mobile_Detect/.gitmodules [deleted file]
library/Mobile_Detect/.php_cs [deleted file]
library/Mobile_Detect/.travis.yml [deleted file]
library/Mobile_Detect/LICENSE.txt [deleted file]
library/Mobile_Detect/Mobile_Detect.json [deleted file]
library/Mobile_Detect/Mobile_Detect.php [deleted file]
library/Mobile_Detect/README.md [deleted file]
library/Mobile_Detect/composer.json [deleted file]
library/Mobile_Detect/namespaced/Detection/MobileDetect.php [deleted file]
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/export/exportToJSON.php [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php [new file with mode: 0644]
vendor/mobiledetect/mobiledetectlib/ruleset.xml [new file with mode: 0644]