Skip to content

Commit

Permalink
Laravel 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 19, 2022
1 parent 6d181c4 commit 4fd2445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.0 (2022-02-19)
### Added
- Laravel 9 compatibility

## v0.8.0 (2021-01-28)
### Added
- PHP 8 compatibility
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
}
},
"require": {
"php": "^7.2.5 | ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
"php": "^7.3 || ^8.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/view": "^8.0 || ^9.0"
},
"require-dev": {
"laravel/laravel": "dev-master",
"phpunit/phpunit": "^9.0"
"laravel/laravel": "9.x-dev",
"phpunit/phpunit": "^9.5"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 4fd2445

Please sign in to comment.