Skip to content

Commit 9e73f6d

Browse files
authored
Update composer.json
1 parent 4a0d223 commit 9e73f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "webreinvent/laravel-nestable",
33
"type": "library",
4-
"description": "Laravel 6 nested categories library",
5-
"version": "0.0.1",
4+
"description": "Laravel 8 nested categories library",
5+
"version": "0.0.2",
66
"homepage": "https://github.com/webreinvent",
77
"keywords": ["nested","nestable","nestedset","category","laravel"],
88
"license": "MIT",
@@ -15,10 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.2"
18+
"php": "^7.3"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^4.0|^5.0",
21+
"phpunit/phpunit": "^9.3",
2222
"orchestra/testbench": "~3.0",
2323
"orchestra/database": "~3.1"
2424
},

0 commit comments

Comments
 (0)