Skip to content

Commit

Permalink
renamed files to DeviceDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Apr 3, 2014
1 parent 29f549d commit 9eea275
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "piwik/useragentparserenhanced",
"name": "piwik/DeviceDetector",
"type": "library",
"description": "Useragent parser used by Piwik",
"description": "Library to detect devices with a useragent",
"keywords": ["useragent","parser","devicedetection"],
"homepage": "http://piwik.org",
"license": "GPL-3.0+",
Expand All @@ -19,7 +19,7 @@
"source": "https://github.com/piwik/piwik"
},
"autoload": {
"files": [ "UserAgentParserEnhanced.php" ]
"files": [ "DeviceDetector.php" ]
},
"require": {
"php": ">=5.3.1",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9eea275

Please sign in to comment.