Skip to content

Commit 3ca8925

Browse files
authored
Merge pull request #10 from dsgrillo/add-laravel-9-support
Add laravel 9 support
2 parents dc0a8e9 + 51ef41c commit 3ca8925

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ For Laravel 8.0 use the version 4.0
3636
composer 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

4146
Temporal models get three new fields...

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
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": {

0 commit comments

Comments
 (0)