deaduseful/browserversions

Gets the latest versions of browsers

1.0.0 2022-05-11 19:57 UTC

This package is auto-updated.

Last update: 2024-04-21 21:27:58 UTC


README

About

Browser Versions is package that identifies the latest versions of modern web browsers.

Helping you to answer that age-old question of: Is the browser version up to date or not?

Installation

Testing

We have unit tests, you can run then by running:

  • vendor/bin/phpunit tests

You'll need to install phpunit first:

  • composer install --dev

Also see