File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ For Laravel 8.0 use the version 4.0
3636composer require gazugafan/laravel-temporal:4.0
3737```
3838
39+ For Laravel 9.0 use the version 5.0
40+ ``` bash
41+ composer require gazugafan/laravel-temporal:5.0
42+ ```
43+
3944## Overview
4045
4146Temporal models get three new fields...
Original file line number Diff line number Diff line change 1010 "homepage" : " https://github.com/gazugafan/laravel-temporal" ,
1111 "license" : " MIT" ,
1212 "require" : {
13- "php" : " >=7.4.0 " ,
14- "illuminate/database" : " ^7 .0" ,
15- "illuminate/events" : " ^7 .0" ,
13+ "php" : " >=8.0.2 " ,
14+ "illuminate/database" : " ^8 .0" ,
15+ "illuminate/events" : " ^8 .0" ,
1616 "doctrine/dbal" : " ^2.5" ,
1717 "laravel/helpers" : " ^1.2"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^7.5.15|^8.4|^9.0" ,
2121 "mockery/mockery" : " ^0.9.4" ,
22- "satooshi /php-coveralls" : " 2.*"
22+ "php-coveralls /php-coveralls" : " 2.*"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments