Skip to content

Commit

Permalink
Remove unwanted parts of composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbowers committed Sep 5, 2018
1 parent d4ece03 commit 2cee6b3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"laravel",
"nova"
],
"repositories": [
{
"type": "path",
"url": "../laravel-nova"
}
],
"homepage": "https://github.com/alexbowers/nova-categorise-resources",
"license": "MIT",
"authors": [
Expand All @@ -21,23 +15,13 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "*"
},
"require-dev": {
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "7.1"
"php": ">=7.1.0"
},
"autoload": {
"psr-4": {
"AlexBowers\\NovaCategoriseResources\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AlexBowers\\NovaCategoriseResources\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 2cee6b3

Please sign in to comment.