Skip to content

Commit d225c9d

Browse files
author
Maarten Kuiper
authored
Merge pull request digbang#2 from digbang/master
Sync fork with master branch from base repository
2 parents d765fc7 + 944acaa commit d225c9d

9 files changed

Lines changed: 119 additions & 5558 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea
33
.DS_Store
44
.php_cs.cache
5+
composer.lock

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Version | Supported Laravel Versions
1717
0.2.* | ^5.3.16
1818
0.3.* | \> 5.4 & <=5.8.*
1919
0.4.* | ^6.0 & ^7.0
20+
0.5.* | ^8.0
2021

2122
#### How it Works
2223

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.2",
17-
"illuminate/queue": "^6.0|^7.0",
18-
"laravel-doctrine/orm": "^1.3"
16+
"php": "^7.4 || ^8.0.2",
17+
"illuminate/queue": "^8.0 || ^9.0",
18+
"laravel-doctrine/orm": "^1.7"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.3",
22-
"mockery/mockery": "^0.9.4",
23-
"satooshi/php-coveralls": "^1.0",
24-
"friendsofphp/php-cs-fixer": "^2.15"
21+
"mockery/mockery": "^1.5",
22+
"phpunit/phpunit": "^8.5 || ^9.5",
23+
"friendsofphp/php-cs-fixer": "^3.6"
2524
},
2625
"autoload": {
2726
"psr-4": {

0 commit comments

Comments
 (0)