-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from cbschuld/android_edge
Android Edge Addition & Misc
- Loading branch information
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cbschuld/browser.php", | ||
"description": "A PHP Class to detect a user's Browser", | ||
"description": "A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.", | ||
"keywords": [ | ||
"browser", | ||
"user agent", | ||
|
@@ -12,11 +12,11 @@ | |
{ | ||
"name": "Chris Schuld", | ||
"email": "[email protected]", | ||
"homepage": "http://chrisschuld.com" | ||
"homepage": "https://chrisschuld.com" | ||
} | ||
], | ||
"autoload": { | ||
"classmap": ["lib/Browser.php"] | ||
"classmap": ["src/Browser.php"] | ||
}, | ||
"require": { | ||
"php": ">=7.2" | ||
|
@@ -29,4 +29,4 @@ | |
"require-dev": { | ||
"phpunit/phpunit": "^8" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters