Skip to content

Commit b0070c6

Browse files
committed
updated composer
1 parent a1bd61b commit b0070c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"laravel",
77
"laravel-datatable"
88
],
9-
"homepage": "https://github.com/hamidrrj/laravel-datatable",
9+
"homepage": "https://github.com/hamidrezarj/laravel-datatable",
1010
"license": "MIT",
1111
"authors": [
1212
{
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.1|^8.0",
2020
"spatie/laravel-package-tools": "^1.14.0",
2121
"illuminate/contracts": "^10.0"
2222
},
@@ -40,8 +40,7 @@
4040
},
4141
"autoload-dev": {
4242
"psr-4": {
43-
"HamidRrj\\LaravelDatatable\\Tests\\": "tests/",
44-
"Workbench\\App\\": "workbench/app/"
43+
"HamidRrj\\LaravelDatatable\\Tests\\": "tests/"
4544
}
4645
},
4746
"scripts": {

0 commit comments

Comments
 (0)