Skip to content

Commit

Permalink
Merge pull request #7 from andrefilsantos/patch-1
Browse files Browse the repository at this point in the history
Laravel 10.x support
  • Loading branch information
stijnvanouplines committed Feb 27, 2023
2 parents 3a47014 + f2c6134 commit 1b7d5a6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.18",
"orchestra/testbench": "^6.18|^8.0",
"pestphp/pest": "^1.4",
"spatie/pest-plugin-snapshots": "^1.0"
},
Expand All @@ -32,7 +32,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 1b7d5a6

Please sign in to comment.