Skip to content

Commit

Permalink
Merge pull request #18 from dniccum/feature/laravel-nova-5.0-support
Browse files Browse the repository at this point in the history
Updates dependencies to be compatible with Nova 5.
  • Loading branch information
dniccum authored Dec 18, 2024
2 parents 4f29321 + 4133dec commit e1deb9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
{
"name": "Doug Niccum",
"email": "[email protected]",
"homepage": "http://dniccumdesign.com",
"homepage": "https://dniccumdesign.com",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"bensampo/laravel-enum": "^4.2|^5.1|^6.1",
"coroowicaksono/chart-js-integration": "0.4.0",
"laravel/nova": "~4.0",
"php": "^8.1",
"bensampo/laravel-enum": "^6.0",
"coroowicaksono/chart-js-integration": "^0.3.5",
"laravel/nova": "^5.0",
"owenmelbz/nova-radio-field": "^1.0",
"spatie/laravel-webhook-server": "^2.0|^3.0",
"spatie/laravel-webhook-server": "^3.0",
"symfony/class-loader": "^3.4"
},
"require-dev": {
"orchestra/testbench": "^6.24",
"phpunit/phpunit": "^9.5"
"orchestra/testbench": "^9.8.0",
"phpunit/phpunit": "^10.5.35"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e1deb9c

Please sign in to comment.