Skip to content

Commit 4fd2445

Browse files
committed
Laravel 9 compatibility
1 parent 6d181c4 commit 4fd2445

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.0 (2022-02-19)
4+
### Added
5+
- Laravel 9 compatibility
6+
37
## v0.8.0 (2021-01-28)
48
### Added
59
- PHP 8 compatibility

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.2.5 | ^8.0",
24-
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
23+
"php": "^7.3 || ^8.0",
24+
"illuminate/support": "^8.0 || ^9.0",
25+
"illuminate/view": "^8.0 || ^9.0"
2526
},
2627
"require-dev": {
27-
"laravel/laravel": "dev-master",
28-
"phpunit/phpunit": "^9.0"
28+
"laravel/laravel": "9.x-dev",
29+
"phpunit/phpunit": "^9.5"
2930
},
3031
"extra": {
3132
"laravel": {

0 commit comments

Comments
 (0)