Skip to content

Commit 909c38a

Browse files
committed
Implement non-Nova roles listing and editing pages.
1 parent 6b25458 commit 909c38a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+93832
-1112
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3|^8.0",
18+
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components @dev",
1919
"illuminate/support": "^8.0",
20+
"illuminate/view": "^8.0",
21+
"php": "^7.3|^8.0",
2022
"ramsey/uuid": "^4.0",
2123
"titasgailius/search-relations": "^1.0"
2224
},
2325
"require-dev": {
2426
"doctrine/dbal": "^2.9",
25-
"fzaninotto/faker": "^1.4",
27+
"fakerphp/faker": "^1.11",
2628
"laravel/legacy-factories": "^1.0",
2729
"orchestra/testbench": "^6.0",
2830
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)