Clean and sync composer files

This commit is contained in:
MGatner 2020-06-23 17:17:28 +00:00
parent fdc1b8295a
commit 5521a97e75
No known key found for this signature in database
GPG Key ID: 9CA44105713F5A12
4 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
"name": "codeigniter4/codeigniter4",
"name": "codeigniter4/framework",
"type": "project",
"description": "The CodeIgniter framework v4",
"homepage": "https://codeigniter.com",
@ -16,9 +16,11 @@
},
"require-dev": {
"codeigniter4/codeigniter4-standard": "^1.0",
"fzaninotto/faker": "^1.9@dev",
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.3"
"squizlabs/php_codesniffer": "^3.3",
"predis/predis": "^1.1"
},
"autoload": {
"psr-4": {
@ -26,10 +28,10 @@
}
},
"scripts": {
"test": "phpunit",
"post-update-cmd": [
"@composer dump-autoload",
"CodeIgniter\\ComposerScripts::postUpdate",
"bash admin/setup.sh"
"CodeIgniter\\ComposerScripts::postUpdate"
]
},
"support": {

View File

@ -14,8 +14,9 @@
"php": ">=7.2"
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "8.5.*",
"fzaninotto/faker": "^1.9@dev",
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^8.5",
"codeigniter4/codeigniter4": "dev-develop"
},
"autoload-dev": {

View File

@ -9,8 +9,9 @@
"codeigniter4/framework": "^4"
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "8.5.*"
"fzaninotto/faker": "^1.9@dev",
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^8.5"
},
"autoload-dev": {
"psr-4": {

View File

@ -28,6 +28,7 @@
}
},
"scripts": {
"test": "phpunit",
"post-update-cmd": [
"@composer dump-autoload",
"CodeIgniter\\ComposerScripts::postUpdate",