Skip to content

Commit 80be1df

Browse files
committed
fixes #92 also moves from /lib to /src to get ready for PSR-4 autoload
1 parent 8264c8a commit 80be1df

File tree

2 files changed

+4
-1845
lines changed

2 files changed

+4
-1845
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbschuld/browser.php",
3-
"description": "A PHP Class to detect a user's Browser",
3+
"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.",
44
"keywords": [
55
"browser",
66
"user agent",
@@ -12,11 +12,11 @@
1212
{
1313
"name": "Chris Schuld",
1414
"email": "[email protected]",
15-
"homepage": "http://chrisschuld.com"
15+
"homepage": "https://chrisschuld.com"
1616
}
1717
],
1818
"autoload": {
19-
"classmap": ["lib/Browser.php"]
19+
"classmap": ["src/Browser.php"]
2020
},
2121
"require": {
2222
"php": ">=7.2"
@@ -29,4 +29,4 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "^8"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)