Skip to content

Commit 15768ae

Browse files
committed
Minor update to highlight compatibility with PHP & Laravel versions
1 parent 2a8c652 commit 15768ae

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/latest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
test:
8+
name: PHPUnit Tests
89
runs-on: ubuntu-latest
910

1011
steps:

.github/workflows/test-php8.2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: workflow_dispatch
55

66
jobs:
77
matrix-build:
8+
name: PHPUnit Tests Matrix
89
runs-on: ubuntu-latest
910

1011
strategy:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
Easy to use package to identify the visitor's browser details and device type.
1212
Magic is **not** involved the results are generated by multiple well tested and developed packages.
13-
Supports **every Laravel** version between **4.0 » 10.x**, also tested on **every PHP** version between **5.6 » 8.2**.
13+
14+
Supports **every Laravel** version between **4.0 » 10.x**;
15+
Also tested on **every PHP** version between **5.6 » 8.2**.
1416

1517
### How to install
1618

0 commit comments

Comments
 (0)