Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vlados committed Apr 19, 2023
1 parent 6e71ca4 commit 50ef79c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"jaybizzle/crawler-detect": "^1.2",
"spatie/invade": "^1.1",
"spatie/laravel-package-tools": "^1.9.2"
"spatie/laravel-package-tools": "^1.14"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand All @@ -32,8 +32,7 @@
},
"autoload": {
"psr-4": {
"Vlados\\LaravelBladeCrawlerDetect\\": "src",
"Vlados\\LaravelBladeCrawlerDetect\\Database\\Factories\\": "database/factories"
"Vlados\\LaravelBladeCrawlerDetect\\": "src"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 50ef79c

Please sign in to comment.