Skip to content

Commit

Permalink
Merge branch '404labfr:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazevedo authored Dec 7, 2023
2 parents 787be8d + d8ab69f commit ae6cdd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Laravel Impersonate Changelog

## 1.7.4

- Laravel 10.x support (thanks to [freekmurze](Freek Van der Herten]), [#175](https://github.com/404labfr/laravel-impersonate/pull/175))

## 1.7.3

- Laravel 9.x support (thanks to [freekmurze](Freek Van der Herten), [#149](https://github.com/404labfr/laravel-impersonate/pull/149))
- Laravel 9.x support (thanks to [freekmurze](Freek Van der Herten]), [#149](https://github.com/404labfr/laravel-impersonate/pull/149))

## 1.7.2

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"require": {
"php": "^7.2 | ^8.0",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0"
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0",
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0 | ^10.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0"
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0"
},
"replace": {
"lab404/laravel-impersonate": "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

| Version | Release |
|:-------------:|:-------------:|
| 6.x to 9.x | 1.7 |
| 6.x to 10.x | 1.7 |
| 6.x, 7.x | 1.6 |
| 5.8 | 1.5 |
| 5.7, 5.6 | 1.2 |
Expand Down

0 comments on commit ae6cdd5

Please sign in to comment.