seeder-migration-issues
This commit is contained in:
38
vendor/chumper/datatable/composer.json
vendored
Normal file
38
vendor/chumper/datatable/composer.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "chumper/datatable",
|
||||
"description": "This is a laravel 9 package for the server and client side of datatables at http://datatables.net/",
|
||||
"keywords" : ["laravel","datatables", "ajax", "jquery"],
|
||||
"license": "MIT",
|
||||
"homepage": "http://github.com/Chumper/datatable",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nils Plaschke",
|
||||
"email": "github@nilsplaschke.de",
|
||||
"homepage": "http://nilsplaschke.de",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "4.*|~5.0|9.*",
|
||||
"illuminate/view": "4.*|~5.0|9.*",
|
||||
"illuminate/config": "4.*|~5.0|9.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"mockery/mockery": "dev-master",
|
||||
"orchestra/testbench": "2.1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Chumper\\Datatable": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git://github.com/orchestral/phpseclib.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user