Skip to content

Commit

Permalink
Merge branch 'wilburpowery-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
monooso committed Mar 13, 2020
2 parents 8f21b09 + eaeaf71 commit 93d5c97
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 606 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

before_script:
- travis_retry composer self-update
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ 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
Unobserve requires PHP 7.2, and has been tested against Laravel 5.8 and 6.0.
Select the appropriate branch for your version of Laravel.

| Branch | Laravel Versions | PHP Version |
|:-------|:-----------------|:------------|
| 1.x | `^5.8`, `^6.0` | `^7.2` |
| 2.x | `^7.0` | `^7.2.5` |

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

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2.0",
"illuminate/contracts": "5.8.*|^6.0",
"illuminate/support": "5.8.*|^6.0"
"php": ">=7.2.5",
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.3",
"squizlabs/php_codesniffer": "^3.4"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 93d5c97

Please sign in to comment.