Skip to content

Commit 0a10441

Browse files
author
Angel Garcia
committed
Version update
1 parent f8eca86 commit 0a10441

File tree

4 files changed

+3886
-9
lines changed

4 files changed

+3886
-9
lines changed

.idea/php.xml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/yii2-api-template.iml

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "FeedbackSoftware/yii2-api-template",
2+
"name": "feedback-software/yii2-api-template",
33
"description": "Yii 2 REST API Template",
44
"keywords": [
55
"yii2",
@@ -18,18 +18,18 @@
1818
"minimum-stability": "stable",
1919
"require": {
2020
"php": ">=5.4.0",
21-
"yiisoft/yii2": "~2.0.14",
22-
"yiisoft/yii2-bootstrap": "~2.0.0",
21+
"yiisoft/yii2": "^2.0.26",
22+
"yiisoft/yii2-bootstrap": "^2.0.10",
2323
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
24-
"bizley/migration": "^3.0"
24+
"bizley/migration": "^3.5"
2525
},
2626
"require-dev": {
27-
"yiisoft/yii2-debug": "~2.0.0",
28-
"yiisoft/yii2-gii": "~2.0.0",
27+
"yiisoft/yii2-debug": "^2.1.8",
28+
"yiisoft/yii2-gii": "^2.1.1",
2929
"yiisoft/yii2-faker": "~2.0.0",
3030
"codeception/base": "^2.4.0",
3131
"phpunit/phpunit": "~6.5.5",
32-
"codeception/verify": "~1.0.0"
32+
"codeception/verify": "~1.2.0"
3333
},
3434
"config": {
3535
"process-timeout": 1800,

0 commit comments

Comments
 (0)