mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
37 lines
861 B
JSON
37 lines
861 B
JSON
{
|
|
"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
|
|
}
|
|
}
|