mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Clean and sync composer files
This commit is contained in:
parent
fdc1b8295a
commit
5521a97e75
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "codeigniter4/codeigniter4",
|
"name": "codeigniter4/framework",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The CodeIgniter framework v4",
|
"description": "The CodeIgniter framework v4",
|
||||||
"homepage": "https://codeigniter.com",
|
"homepage": "https://codeigniter.com",
|
||||||
@ -16,9 +16,11 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codeigniter4/codeigniter4-standard": "^1.0",
|
"codeigniter4/codeigniter4-standard": "^1.0",
|
||||||
|
"fzaninotto/faker": "^1.9@dev",
|
||||||
"mikey179/vfsstream": "1.6.*",
|
"mikey179/vfsstream": "1.6.*",
|
||||||
"phpunit/phpunit": "^8.5",
|
"phpunit/phpunit": "^8.5",
|
||||||
"squizlabs/php_codesniffer": "^3.3"
|
"squizlabs/php_codesniffer": "^3.3",
|
||||||
|
"predis/predis": "^1.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -26,10 +28,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"test": "phpunit",
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"@composer dump-autoload",
|
"@composer dump-autoload",
|
||||||
"CodeIgniter\\ComposerScripts::postUpdate",
|
"CodeIgniter\\ComposerScripts::postUpdate"
|
||||||
"bash admin/setup.sh"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
"php": ">=7.2"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mikey179/vfsstream": "1.6.*",
|
"fzaninotto/faker": "^1.9@dev",
|
||||||
"phpunit/phpunit": "8.5.*",
|
"mikey179/vfsstream": "1.6.*",
|
||||||
|
"phpunit/phpunit": "^8.5",
|
||||||
"codeigniter4/codeigniter4": "dev-develop"
|
"codeigniter4/codeigniter4": "dev-develop"
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
|
@ -9,8 +9,9 @@
|
|||||||
"codeigniter4/framework": "^4"
|
"codeigniter4/framework": "^4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mikey179/vfsstream": "1.6.*",
|
"fzaninotto/faker": "^1.9@dev",
|
||||||
"phpunit/phpunit": "8.5.*"
|
"mikey179/vfsstream": "1.6.*",
|
||||||
|
"phpunit/phpunit": "^8.5"
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"test": "phpunit",
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"@composer dump-autoload",
|
"@composer dump-autoload",
|
||||||
"CodeIgniter\\ComposerScripts::postUpdate",
|
"CodeIgniter\\ComposerScripts::postUpdate",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user