Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbowers committed Sep 6, 2018
1 parent fef5fe9 commit 9c4856a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
"laravel",
"nova"
],
"repositories": {
"0": {
"type": "path",
"url": "../laravel-nova"
},
"local": {
"type": "path",
"url": "../nova"
}
},
"homepage": "https://github.com/alexbowers/nova-prepopulate-searchable",
"license": "MIT",
"authors": [
Expand All @@ -26,22 +16,13 @@
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "*"
},
"require-dev": {
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "7.1"
"laravel/nova": ">=1.0.13"
},
"autoload": {
"psr-4": {
"AlexBowers\\NovaPrepopulateSearchable\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AlexBowers\\NovaPrepopulateSearchable\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 9c4856a

Please sign in to comment.