mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida la libreria datatables editor a third party
This commit is contained in:
36
ci4/app/ThirdParty/DatatablesEditor/composer.json
vendored
Normal file
36
ci4/app/ThirdParty/DatatablesEditor/composer.json
vendored
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user