Skip to content

Commit b8c694b

Browse files
committed
Use fakerphp/faker
1 parent 75a0525 commit b8c694b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

admin/framework/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require-dev": {
1818
"codeigniter4/codeigniter4-standard": "^1.0",
19-
"fzaninotto/faker": "^1.9@dev",
20-
"mikey179/vfsstream": "1.6.*",
19+
"fakerphp/faker": "^1.9",
20+
"mikey179/vfsstream": "^1.6",
2121
"phpunit/phpunit": "^8.5",
2222
"predis/predis": "^1.1",
2323
"squizlabs/php_codesniffer": "^3.3"

admin/module/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"codeigniter4/codeigniter4": "dev-develop",
11-
"fzaninotto/faker": "^1.9@dev",
12-
"mikey179/vfsstream": "1.6.*",
11+
"fakerphp/faker": "^1.9",
12+
"mikey179/vfsstream": "^1.6",
1313
"phpunit/phpunit": "^8.5"
1414
},
1515
"autoload-dev": {

admin/starter/composer.json

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

0 commit comments

Comments
 (0)