Skip to content

Commit

Permalink
Merge pull request #9 from nurtureeducational/v2
Browse files Browse the repository at this point in the history
filament 2 bug's fix
  • Loading branch information
rabol authored Sep 19, 2023
2 parents b3adae1 + d14ba1a commit 94d6fe8
Show file tree
Hide file tree
Showing 2 changed files with 2,368 additions and 1,334 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"require": {
"php": "^8.0",
"calebporzio/sushi": "^2.3",
"filament/filament": "^2.17",
"illuminate/contracts": "^8.73|^9.0|^10.0",
"jackiedo/log-reader": "^2.2"
"jackiedo/log-reader": "^2.2",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"nunomaduro/collision": "^5.10",
Expand Down Expand Up @@ -50,7 +52,11 @@
"test-coverage": "vendor/bin/pest coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 94d6fe8

Please sign in to comment.