Skip to content

Commit

Permalink
Merge pull request #10 from iYogesharma/3.x
Browse files Browse the repository at this point in the history
3.x
  • Loading branch information
iYogesharma authored Jan 5, 2021
2 parents e3e5b6b + cde689b commit 68f3d21
Show file tree
Hide file tree
Showing 4 changed files with 3,596 additions and 1,168 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/vendor
composer.lock
25 changes: 12 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@
"name": "iyogesharma/datatable-laravel",
"description": "package to help in handling both server and client side datatable.js operations",
"keywords": [
"iYogesharrma",
"iYogesharma",
"datatable",
"laravel"
],
"version": "3.0",
"license": "MIT",
"authors": [
{
"name": "Yogesh Sharma",
"email": "[email protected]"
}
],
"authors": [{
"name": "Yogesh Sharma",
"email": "[email protected]"
}],
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"laravel/framework": "7.*"
"php": "^7.2.5",
"laravel/framework": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"orchestra/testbench": "~3.9.0"
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "~6.4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -44,8 +43,8 @@
"YS\\Datatable\\DatatableServiceProvider"
],
"aliases": {
"Datatable":"YS\\Datatable\\Facades\\Datatable",
"Table":"YS\\Datatable\\Facades\\Table"
"Datatable": "YS\\Datatable\\Facades\\Datatable",
"Table": "YS\\Datatable\\Facades\\Table"
}
},
"branch-alias": {
Expand Down
Loading

0 comments on commit 68f3d21

Please sign in to comment.