Skip to content

Commit cd67f72

Browse files
committed
refactor: bump fakerphp/faker to v1.24 as minimum required
1 parent 727cc5d commit cd67f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/framework/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"codeigniter/coding-standard": "^1.7",
21-
"fakerphp/faker": "^1.9",
21+
"fakerphp/faker": "^1.24",
2222
"friendsofphp/php-cs-fixer": "^3.47.1",
2323
"kint-php/kint": "^5.0.4",
2424
"mikey179/vfsstream": "^1.6",

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"codeigniter/phpstan-codeigniter": "^1.4",
21-
"fakerphp/faker": "^1.9",
21+
"fakerphp/faker": "^1.24",
2222
"kint-php/kint": "^5.0.4",
2323
"mikey179/vfsstream": "^1.6",
2424
"nexusphp/tachycardia": "^2.0",

0 commit comments

Comments
 (0)