mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
feat: add config variable menu
This commit is contained in:
104
ci4/composer.lock
generated
104
ci4/composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "07ccee0168bf5671a274f48a2ba42e77",
|
||||
"content-hash": "c0e2ec73d12ca7372057585d362765f7",
|
||||
"packages": [
|
||||
{
|
||||
"name": "codeigniter4/framework",
|
||||
@ -334,6 +334,108 @@
|
||||
},
|
||||
"time": "2024-05-18T18:05:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "greenlion/php-sql-parser",
|
||||
"version": "v4.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/greenlion/PHP-SQL-Parser.git",
|
||||
"reference": "f0e4645eb1612f0a295e3d35bda4c7740ae8c366"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/f0e4645eb1612f0a295e3d35bda4c7740ae8c366",
|
||||
"reference": "f0e4645eb1612f0a295e3d35bda4c7740ae8c366",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"analog/analog": "^1.0.6",
|
||||
"phpunit/phpunit": "^9.5.13",
|
||||
"squizlabs/php_codesniffer": "^1.5.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PHPSQLParser\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Justin Swanhart",
|
||||
"email": "greenlion@gmail.com",
|
||||
"homepage": "http://code.google.com/u/greenlion@gmail.com/",
|
||||
"role": "Owner"
|
||||
},
|
||||
{
|
||||
"name": "André Rothe",
|
||||
"email": "phosco@gmx.de",
|
||||
"homepage": "https://www.phosco.info",
|
||||
"role": "Committer"
|
||||
}
|
||||
],
|
||||
"description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
|
||||
"homepage": "https://github.com/greenlion/PHP-SQL-Parser",
|
||||
"keywords": [
|
||||
"creator",
|
||||
"mysql",
|
||||
"parser",
|
||||
"sql"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/greenlion/PHP-SQL-Parser/issues",
|
||||
"source": "https://github.com/greenlion/PHP-SQL-Parser"
|
||||
},
|
||||
"time": "2023-03-09T20:54:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hermawan/codeigniter4-datatables",
|
||||
"version": "v0.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hermawanramadhan/CodeIgniter4-DataTables.git",
|
||||
"reference": "54057bf0facc171f4be0c490a257dfa46eb7e0d9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/hermawanramadhan/CodeIgniter4-DataTables/zipball/54057bf0facc171f4be0c490a257dfa46eb7e0d9",
|
||||
"reference": "54057bf0facc171f4be0c490a257dfa46eb7e0d9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"codeigniter4/framework": "^4",
|
||||
"greenlion/php-sql-parser": ">=4.5",
|
||||
"php": ">=7.3"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Hermawan\\DataTables\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hermawan Ramadhan",
|
||||
"email": "hermawanramadhan@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Serverside Datatables library for CodeIgniter4",
|
||||
"support": {
|
||||
"issues": "https://github.com/hermawanramadhan/CodeIgniter4-DataTables/issues",
|
||||
"source": "https://github.com/hermawanramadhan/CodeIgniter4-DataTables/tree/v0.7.2"
|
||||
},
|
||||
"time": "2024-04-27T07:44:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-escaper",
|
||||
"version": "2.13.0",
|
||||
|
||||
Reference in New Issue
Block a user