Skip to content

Commit

Permalink
Update composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
michielfb committed Feb 9, 2023
1 parent c12bf39 commit 47ebe7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "michielfb/time",
"description": "A Laravel Nova field.",
"name": "michielfb/laravel-nova-time-field",
"description": "A HTML5 time field for Laravel Nova.",
"keywords": [
"laravel",
"nova"
],
"license": "MIT",
"require": {
"php": "^7.3|^8.0"
"php": "^7.3|^8.0",
"laravel/nova": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
Expand Down

0 comments on commit 47ebe7b

Please sign in to comment.