recreate project
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "codeigniter4/appstarter",
|
||||
"description": "CodeIgniter4 starter app",
|
||||
"license": "MIT",
|
||||
"type": "project",
|
||||
"homepage": "https://codeigniter.com",
|
||||
"support": {
|
||||
"forum": "https://forum.codeigniter.com/",
|
||||
"source": "https://github.com/codeigniter4/CodeIgniter4",
|
||||
"slack": "https://codeigniterchat.slack.com"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"codeigniter4/framework": "^4.6",
|
||||
"doctrine/migrations": "^3.8",
|
||||
"dompdf/dompdf": "^3.0",
|
||||
"endroid/qr-code": "^5",
|
||||
"fpdf/fpdf": "^1.86",
|
||||
"kint-php/kint": "^6.0",
|
||||
"mike42/escpos-php": "^4.0",
|
||||
"paypal/rest-api-sdk-php": "^1.6",
|
||||
"phpmailer/phpmailer": "^6.9",
|
||||
"phpoffice/phpword": "^1.3",
|
||||
"tecnickcom/tcpdf": "^6.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.9",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Config\\": "app/Config/"
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"**/Database/Migrations/**"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\Support\\": "tests/_support"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user