mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
46
ci4/composer.json
Normal file
46
ci4/composer.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "codeigniter4/appstarter",
|
||||
"type": "project",
|
||||
"description": "CodeIgniter4 starter app",
|
||||
"homepage": "https://codeigniter.com",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"codeigniter4/framework": "^4",
|
||||
"phpoffice/phpspreadsheet": "^1.18",
|
||||
"google/apiclient": "^2.11.0",
|
||||
"firebase/php-jwt": "^5.4",
|
||||
"aws/aws-sdk-php": "^3.206",
|
||||
"spatie/db-dumper": "^2.21"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.9",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"phpunit/phpunit": "^9.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-fileinfo": "Improves mime type detection for files"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app",
|
||||
"Config\\": "app/Config"
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"**/Database/Migrations/**"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\Support\\": "tests/_support"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
},
|
||||
"support": {
|
||||
"forum": "http://forum.codeigniter.com/",
|
||||
"source": "https://github.com/codeigniter4/CodeIgniter4",
|
||||
"slack": "https://codeigniterchat.slack.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user