Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wovosoft authored Sep 8, 2020
1 parent 1b6c642 commit 890d8e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"spatie/laravel-permission": "^3.11"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -55,10 +54,5 @@
"Wovosoft\\LaravelPermissions\\ServiceProvider"
]
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}

0 comments on commit 890d8e8

Please sign in to comment.