Closed Jonyx4 closed 3 years ago
Yii2? Not sure if that would compute
There is such a package: https://packagist.org/packages/yiisoft/yii-bootstrap5
I'm experiencing the same issue. Yes, there is such a package online, see the error itself. Composer does offer it typed exactly as typed by the author.
I'm experiencing the same issue. Yes, there is such a package online, see the error itself. Composer does offer it typed exactly as typed by the author.
Can you show composer.json
?
Just installed bootstrap4, but here's the contents that was there at the moment of executing "composer require yiisoft/yii-bootstrap5":
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"tijsverkoyen/css-to-inline-styles": "^2.2",
"russ666/yii2-countdown": "^0.2.0",
"himiklab/yii2-recaptcha-widget": "^2.1"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-yii2": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
Thanks a lot - now I know Yii3 exists! :) p.s. Well, kinda unofficially - yiiframework.comstill offers 2.0.42 as the latest, as far as I can see.
Can we use bootstrap version 4 in Yii 1.1.25 ? how to upgrade from version 3 to 4 in Yii 1.1.25 veriosn?
Hello there. Trying to install package on a clean yii2 installation, but i'm receiving this error message. Any idea why?
Regards!