Skip to content

Commit

Permalink
Merge pull request #26 from Sergej-Tihonov/laravel-10-support
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
monooso authored Mar 6, 2023
2 parents 89f7cab + 1dfe7f2 commit 7f27a89
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Select the appropriate branch for your version of Laravel.
| 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` | `^8.0.0` |
| 5.x | `^9.0`, `^10.0` | `^8.0.0` |

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"prefer-stable": true,
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.22.1 || ^9.9",
"illuminate/support": "^8.22.1 || ^9.9"
"illuminate/contracts": "^8.22.1 || ^9.9 || ^10.0",
"illuminate/support": "^8.22.1 || ^9.9 || ^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15 || ^3.8",
"orchestra/testbench": "^6.0 || ^7.4",
"orchestra/testbench": "^6.0 || ^7.4 || ^8.0",
"phpunit/phpunit": "^9.3 || ^9.5",
"squizlabs/php_codesniffer": "^3.5 || ^3.6"
},
Expand Down
Loading

0 comments on commit 7f27a89

Please sign in to comment.