Skip to content

Commit

Permalink
Add Laravel 9 compatibilty (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles authored Jul 22, 2022
1 parent 14ec677 commit 46bc0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"require": {
"php": "^7.4|^8.0",
"benjaminhirsch/nova-slug-field": "^1.2",
"cviebrock/eloquent-sluggable": "^7.0|^8.0",
"cviebrock/eloquent-sluggable": "^7.0|^8.0|^9.0",
"epartment/nova-dependency-container": "^1.2",
"illuminate/support": "^8.43",
"illuminate/support": "^8.43|^9.0",
"koss-shtukert/laravel-nova-select2-auto-complete": "^1.20",
"novius/laravel-nova-order-nestedset-field": "^2.0.1",
"novius/laravel-nova-order-nestedset-field": "^2.0.1|^3.0",
"optimistdigital/nova-locale-field": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 46bc0f8

Please sign in to comment.