Skip to content

Commit bb89d1e

Browse files
committed
composer and bower updates
1 parent af0de40 commit bb89d1e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

composer.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"minimum-stability": "stable",
99
"require": {
1010
"php": ">=7.4.0",
11-
"yiisoft/yii2": "^2.0.52",
12-
"yiisoft/yii2-bootstrap5": "^2.0.4",
13-
"yiisoft/yii2-symfonymailer": "^2.0.4"
11+
"yiisoft/yii2": "^2.0",
12+
"yiisoft/yii2-bootstrap5": "^2.0",
13+
"yiisoft/yii2-symfonymailer": "^2.0"
1414
},
1515
"require-dev": {
16-
"yiisoft/yii2-debug": "^2.1.26",
17-
"yiisoft/yii2-gii": "^2.2.7",
18-
"yiisoft/yii2-faker": "^2.0.5",
16+
"yiisoft/yii2-debug": "^2.1",
17+
"yiisoft/yii2-gii": "^2.2",
18+
"yiisoft/yii2-faker": "^2.0",
1919
"phpunit/phpunit": "^9.6.22",
2020
"codeception/codeception": "^5.2.0 || ^4.0",
2121
"codeception/lib-innerbrowser": "^4.0 || ^3.1.3 || ^1.1",
@@ -35,6 +35,8 @@
3535
}
3636
},
3737
"scripts": {
38+
"start": "yii serve --docroot=./web",
39+
"prod": "composer update --no-dev --optimize-autoloader",
3840
"post-install-cmd": [
3941
"yii\\composer\\Installer::postInstall"
4042
],
@@ -63,6 +65,13 @@
6365
{
6466
"type": "composer",
6567
"url": "https://asset-packagist.org"
68+
},
69+
{
70+
"type": "path",
71+
"url": "../mypackages/yii-first",
72+
"options": {
73+
"symlink": true
74+
}
6675
}
6776
]
6877
}

0 commit comments

Comments
 (0)