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", "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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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",