Skip to content

Commit c9d19f0

Browse files
authored
Merge pull request #76 from Insolita/wip
Add 2.3.0 gii support and change faker package
2 parents 2b919f0 + 27d2452 commit c9d19f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"php": ">=7.1.0",
2222
"cebe/php-openapi": "^1.5.0",
2323
"yiisoft/yii2": "~2.0.15",
24-
"yiisoft/yii2-gii": "~2.0.0 | ~2.1.0 | ~2.2.0",
25-
"fzaninotto/faker": "^1.8",
24+
"yiisoft/yii2-gii": "~2.0.0 | ~2.1.0 | ~2.2.0| ~2.3.0",
2625
"laminas/laminas-code": "^3.4",
27-
"insolita/yii2-fractal": "^1.0.0"
26+
"insolita/yii2-fractal": "^1.0.0",
27+
"fakerphp/faker": "^1.9"
2828
},
2929
"require-dev": {
3030
"cebe/indent": "*",

0 commit comments

Comments
 (0)