Skip to content

Commit 5521a97

Browse files
committed
Clean and sync composer files
1 parent fdc1b82 commit 5521a97

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

admin/framework/composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codeigniter4/codeigniter4",
2+
"name": "codeigniter4/framework",
33
"type": "project",
44
"description": "The CodeIgniter framework v4",
55
"homepage": "https://codeigniter.com",
@@ -16,20 +16,22 @@
1616
},
1717
"require-dev": {
1818
"codeigniter4/codeigniter4-standard": "^1.0",
19+
"fzaninotto/faker": "^1.9@dev",
1920
"mikey179/vfsstream": "1.6.*",
2021
"phpunit/phpunit": "^8.5",
21-
"squizlabs/php_codesniffer": "^3.3"
22+
"squizlabs/php_codesniffer": "^3.3",
23+
"predis/predis": "^1.1"
2224
},
2325
"autoload": {
2426
"psr-4": {
2527
"CodeIgniter\\": "system/"
2628
}
2729
},
2830
"scripts": {
31+
"test": "phpunit",
2932
"post-update-cmd": [
3033
"@composer dump-autoload",
31-
"CodeIgniter\\ComposerScripts::postUpdate",
32-
"bash admin/setup.sh"
34+
"CodeIgniter\\ComposerScripts::postUpdate"
3335
]
3436
},
3537
"support": {

admin/module/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"php": ">=7.2"
1515
},
1616
"require-dev": {
17-
"mikey179/vfsstream": "1.6.*",
18-
"phpunit/phpunit": "8.5.*",
17+
"fzaninotto/faker": "^1.9@dev",
18+
"mikey179/vfsstream": "1.6.*",
19+
"phpunit/phpunit": "^8.5",
1920
"codeigniter4/codeigniter4": "dev-develop"
2021
},
2122
"autoload-dev": {

admin/starter/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"codeigniter4/framework": "^4"
1010
},
1111
"require-dev": {
12-
"mikey179/vfsstream": "1.6.*",
13-
"phpunit/phpunit": "8.5.*"
12+
"fzaninotto/faker": "^1.9@dev",
13+
"mikey179/vfsstream": "1.6.*",
14+
"phpunit/phpunit": "^8.5"
1415
},
1516
"autoload-dev": {
1617
"psr-4": {

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
}
2929
},
3030
"scripts": {
31+
"test": "phpunit",
3132
"post-update-cmd": [
3233
"@composer dump-autoload",
3334
"CodeIgniter\\ComposerScripts::postUpdate",

0 commit comments

Comments
 (0)