Skip to content

Commit 5e15b99

Browse files
committed
Added Laravel 7 compatibility.
1 parent 6ebb138 commit 5e15b99

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
[Package Checklist](http://phppackagechecklist.com/#1,2,3,4,6,7,8,9,10,11,12,13,14)
33

4+
## [0.16.13] - 2020-02-29
5+
### Added
6+
- Laravel 7 compatibility.
7+
48
## [0.15.13] - 2019-11-24
59
### Fixed
610
- governor users to not be searchable in Nova.

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,17 @@
1515
}
1616
],
1717
"require": {
18-
"illuminate/support": "^6.0",
18+
"illuminate/support": "^7.0",
1919
"ramsey/uuid": "^3.8",
2020
"titasgailius/search-relations": "^1.0"
2121
},
2222
"require-dev": {
2323
"doctrine/dbal": "^2.9",
2424
"fzaninotto/faker": "^1.4",
25-
"laravel/nova": "^2.1",
26-
"mockery/mockery": "^1.0",
27-
"nunomaduro/collision": "^3.0",
28-
"orchestra/testbench": "^3.9",
25+
"orchestra/testbench": "^5.0",
2926
"php-coveralls/php-coveralls": "^2.1",
30-
"phpunit/phpunit": "^8.0",
31-
"symfony/thanks": "^1.0"
27+
"phpunit/phpunit": "^8.5",
28+
"symfony/thanks": "^1.2"
3229
},
3330
"autoload": {
3431
"classmap": [

tests/database/database.sqlite

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)