Closed nekit44 closed 7 years ago
+1 have same error.
Temporary fix: add to composer.json
"abeautifulsite/simpleimage": "2.7",
then composer update
+1 have same error.
@uniqby thx, just made a commit
Temporary fix: add to composer.json
"abeautifulsite/simpleimage": "2.7",
Helped me too. Thank's
error
Class 'abeautifulsite\SimpleImage' not found
composer in the package have tell me what to do? `{ "name": "yiisoft/yii2-app-basic", "description": "Yii 2 Basic Project Template", "keywords": ["yii2", "framework", "basic", "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.4.0", "yiisoft/yii2": "~2.0.5", "yiisoft/yii2-bootstrap": "~2.0.0", "yiisoft/yii2-swiftmailer": "~2.0.0", "costa-rico/yii2-images": "^1.0", "abeautifulsite/simpleimage": "^3.2" }, "require-dev": { "yiisoft/yii2-debug": "~2.0.0", "yiisoft/yii2-gii": "~2.0.0", "yiisoft/yii2-faker": "~2.0.0",} `