Añadida la libreria datatables editor a third party

This commit is contained in:
Jaime Jimenez
2023-06-12 14:27:57 +02:00
parent 25b5231cbc
commit f8a2d8b8b3
159 changed files with 82533 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"name": "datatables.net/editor-php",
"description": "PHP server-side libraries for Editor",
"type": "library",
"require": {
"php": ">=5.3.0"
},
"keywords": ["DataTables","jQuery","Editor"],
"homepage": "https://editor.datatables.net",
"authors": [
{
"name": "SpryMedia Ltd",
"homepage": "https://datatables.net"
}
],
"require-dev": {
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "1.4.5",
"phpstan/phpstan-deprecation-rules": "^1.0"
},
"autoload": {
"psr-4": {
"DataTables\\": ""
},
"files": [
"composer.php"
]
},
"license": "MIT",
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
},
"sort-packages": true
}
}