charlesportwoodii / yii2-psr7-bridge

A PSR7 Bridge and PSR-15 adapter for Yii2
BSD 3-Clause "New" or "Revised" License
109 stars 20 forks source link

yidas/yii2-bower-asset This won't be necessary #17

Closed zhanchmini closed 1 year ago

zhanchmini commented 1 year ago
    'aliases' => [
        '@bower' => '@vendor/yidas/yii2-bower-asset/bower',
    ]

/dist/js/bootstrap.bundle.js not fond

charlesportwoodii commented 1 year ago

The wiki outlines the most recent configuration: https://github.com/charlesportwoodii/yii2-psr7-bridge/wiki/RoadRunner-2.9--%7C-Yii2-Configuration-with-yii-app-basic as of April 2022.

zhanchmini commented 1 year ago
    'aliases' => [
        '@bower' => '@vendor/yidas/yii2-bower-asset/bower',
    ]

/dist/js/bootstrap.bundle.js not fond

        "php": ">=7.4.0",
        "yiisoft/yii2": "~2.0.45",
        "yiisoft/yii2-bootstrap5": "~2.0.2",
        "yiisoft/yii2-symfonymailer": "~2.0.3",

They've upgraded. There's no upgrade on your end

charlesportwoodii commented 1 year ago

The dependencies listed in the wiki are the minimum tested. You are not restricted to the minimums if newer ones work.