Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from timgreenwood/master
Browse files Browse the repository at this point in the history
Updated for Laravel 9 compatibility
  • Loading branch information
letrunghieu authored Mar 10, 2022
2 parents 704b009 + fcebc09 commit 5d9ce08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">=7.2",
"laravel/framework": "^8.0"
"php": "^8.0",
"laravel/framework": "^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit 5d9ce08

Please sign in to comment.