Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
📦 Allow Kalnoy 6.0 and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabrowne85 committed May 29, 2021
1 parent ad610a8 commit 5327825
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "pwweb/laravel-core",
"description": "Additional core functionalities for Laravel",
"license": "MIT",
"authors": [{
"authors": [
{
"name": "FP",
"homepage": "https://github.com/pwweb/"
},
Expand All @@ -12,7 +13,12 @@
}
],
"homepage": "https://github.com/pwweb/core",
"keywords": ["library", "laravel", "core", "traits"],
"keywords": [
"library",
"laravel",
"core",
"traits"
],
"require": {
"php": ">=7.4 || ~8.0",
"laravel/framework": "^8.24.0",
Expand All @@ -21,7 +27,7 @@
"spatie/laravel-enum": "^2.2",
"spatie/laravel-medialibrary": "^9.0",
"spatie/laravel-permission": "^3.16",
"kalnoy/nestedset": "^5.0"
"kalnoy/nestedset": "^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
Expand Down

0 comments on commit 5327825

Please sign in to comment.