Skip to content

Commit 748c9b4

Browse files
committed
Added Laravel 9 compatibility.
1 parent cc4ef14 commit 748c9b4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

composer.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components @dev",
19-
"illuminate/support": "^8.0",
20-
"illuminate/view": "^8.0",
19+
"illuminate/support": "^9.0",
20+
"illuminate/view": "^9.0",
2121
"php": "^7.3|^8.0",
2222
"ramsey/uuid": "^4.0",
2323
"titasgailius/search-relations": "^1.0"
@@ -26,9 +26,9 @@
2626
"doctrine/dbal": "^2.9",
2727
"fakerphp/faker": "^1.11",
2828
"laravel/legacy-factories": "^1.0",
29-
"orchestra/testbench": "^6.0",
29+
"orchestra/testbench": "^7.0",
3030
"php-coveralls/php-coveralls": "^2.1",
31-
"phpunit/phpunit": "^9.0",
31+
"phpunit/phpunit": "^9.5",
3232
"symfony/thanks": "^1.2"
3333
},
3434
"autoload": {
@@ -62,7 +62,11 @@
6262
},
6363
"config": {
6464
"sort-packages": true,
65-
"preferred-install": "dist"
65+
"preferred-install": "dist",
66+
"allow-plugins": {
67+
"symfony/thanks": true,
68+
"cweagans/composer-patches": true
69+
}
6670
},
6771
"minimum-stability": "dev",
6872
"prefer-stable": true

tests/database/database.sqlite

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)