{
"name": "peterkahl/apple-os-x-build-version",
"type": "library",
"description": "Associative array of OS X build and version codes that can be used in various ways.",
"keywords": ["apple", "os-x", "macos", "version", "user-agent"],
"homepage": "https://github.com/peterkahl/Apple-OS-X-build",
"license": "Apache-2.0",
"authors": [
{
"name": "Peter Kahl",
"homepage": "https://www.cidrcalculator.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"peterkahl\\OSXbuild\\": "src/"
}
}
}
|