Skip to content

Commit

Permalink
Merge pull request #19 from mahavishnup/main
Browse files Browse the repository at this point in the history
Enable pest plugin and Laravel 10.x Support
  • Loading branch information
invaders-xx authored May 30, 2023
2 parents 70b29f3 + 34a089c commit b176560
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.0",
"filament/filament": "^2.0",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^8.74|^9.0"
"illuminate/contracts": "^8.74|^9.0|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
Expand Down Expand Up @@ -51,7 +51,10 @@
"test-coverage": "vendor/bin/pest --coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit b176560

Please sign in to comment.