forked from handleglobal/laravel-nova-nested-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
{ | ||
"name": "handleglobal/nova-nested-form", | ||
"description": "A Laravel Nova package that allows you to create/update/delete nested related fields from a parent form.", | ||
"keywords": [ | ||
"laravel", | ||
"nova", | ||
"nova 4", | ||
"nested", | ||
"relationship", | ||
"form" | ||
], | ||
"homepage": "https://handleglobal.com", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/handleglobal/laravel-nova-nested-form/issues", | ||
"source": "https://github.com/handleglobal/laravel-nova-nested-form", | ||
"docs": "https://github.com/handleglobal/laravel-nova-nested-form#readme" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dmitry Buchkovsky", | ||
"homepage": "https://procoders.tech", | ||
"email": "[email protected]" | ||
"name": "handleglobal/nova-nested-form", | ||
"description": "A Laravel Nova package that allows you to create/update/delete nested related fields from a parent form.", | ||
"keywords": [ | ||
"laravel", | ||
"nova", | ||
"nova 4", | ||
"nested", | ||
"relationship", | ||
"form" | ||
], | ||
"homepage": "https://handleglobal.com", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/handleglobal/laravel-nova-nested-form/issues", | ||
"source": "https://github.com/handleglobal/laravel-nova-nested-form", | ||
"docs": "https://github.com/handleglobal/laravel-nova-nested-form#readme" | ||
}, | ||
{ | ||
"name": "Ardit Qerosi", | ||
"homepage": "https://procoders.tech", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=7.1.0" | ||
"laravel/nova": "^4.17" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://nova.laravel.com" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Handleglobal\\NestedForm\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Handleglobal\\NestedForm\\FieldServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"optimize-autoloader": true | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"authors": [ | ||
{ | ||
"name": "Dmitry Buchkovsky", | ||
"homepage": "https://procoders.tech", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ardit Qerosi", | ||
"homepage": "https://procoders.tech", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=8.0", | ||
"laravel/nova": "^4.17" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://nova.laravel.com" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Handleglobal\\NestedForm\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Handleglobal\\NestedForm\\FieldServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"optimize-autoloader": true | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |