Skip to content

Commit

Permalink
support Laravel 10.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hihuangwei authored Jan 17, 2023
1 parent a44fe5d commit f9ac164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Make Laravel model versionable.",
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.0",
"laravel/framework": "^9.0|^10.0",
"doctrine/dbal": "^3.0",
"jfcherng/php-diff": "^6.11"
},
Expand Down

0 comments on commit f9ac164

Please sign in to comment.