Skip to content

Commit

Permalink
Merge pull request #32 from monooso/update-readme
Browse files Browse the repository at this point in the history
Update compatibility table in README.md
  • Loading branch information
monooso authored Mar 20, 2024
2 parents 5838013 + 36e2070 commit 24787f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ When testing Laravel applications, we frequently need to "silence" events, so as
Unobserve takes care of that, making it easy to mute and unmute an observer at will.

## Requirements and installation
Select the appropriate branch for your version of Laravel.
Select the appropriate version of Unobserve from the following table.

| Branch | Laravel Versions | PHP Version |
| Unobserve | Laravel | PHP |
|:-------|:-----------------|:------------|
| 1.x | `^5.8`, `^6.0` | `^7.2` |
| 2.x | `^7.0` | `^7.2.5` |
| 3.x | `^8.0` | `^7.3.0` |
| 4.x | `^8.0` | `^8.0.0` |
| 5.x | `^9.0`, `^10.0` | `^8.0.0` |
| main | `^11.0` | `^8.2.0` |
| 6.x | `^11.0` | `^8.2.0` |

Install Unobserve using [Composer](https://getcomposer.org/):

Expand Down

0 comments on commit 24787f2

Please sign in to comment.