Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required dependency failed #11

Closed
schmasterz opened this issue Dec 8, 2018 · 8 comments
Closed

Required dependency failed #11

schmasterz opened this issue Dec 8, 2018 · 8 comments
Labels
status:ready for adoption Feel free to implement this issue.
Milestone

Comments

@schmasterz
Copy link

What steps will reproduce the problem?

composer update

What's expected?

Successful packages update

What do you get instead?

  • Installation request for yiisoft/yii-debug dev-master -> satisfiable by yiisoft/yii-debug[dev-master].
    - yiisoft/yii-debug dev-master requires yiisoft/yii-bootstrap-implementation ^3.0@dev -> no matching package found.

Additional info

yii-base-web composer.json :

 "require-dev": {
        "yiisoft/yii-debug": "dev-master",
        "yiisoft/yii-gii": "dev-master",
        "phpunit/phpunit": "^7.0"
    }, 

What is the idea of yiisoft/yii-bootstrap-implementation?

Q A
Yii version 3.0
PHP version PHP 7.2.10-0ubuntu0.18.04.1
Operating system Ubuntu 18.0.4.1
@samdark
Copy link
Member

samdark commented Dec 10, 2018

We'll get rid of this dependency. @simialbi already did for Yii 2.

@machour
Copy link
Member

machour commented Dec 17, 2018

I'd be happy to port yiisoft/yii2-debug@097f7e5 to this repository, if it's okay with @simialbi (👋 )

I'm just confused by one thing: Why is there still work being done in yii2-debug 2.1? (as I understand it, there will be no Yii 2.1 release, and we should focus all efforts on 3.0)

@simialbi
Copy link

I'm not sure my yii2-solution is acceptable for yii 3 too. There was a discussion about this in a similar package with the same problem: gii:
yiisoft/yii2-gii#390 (comment)

@samdark
Copy link
Member

samdark commented Dec 30, 2018

@simialbi yes, it is definitely acceptable and is very much needed for the whole idea of Yii 3.0 to work well.

@samdark
Copy link
Member

samdark commented Dec 30, 2018

@machour 2.1 doesn't mean it's for Yii 2.1. It's just SemVer.

@samdark samdark added the status:ready for adoption Feel free to implement this issue. label Dec 30, 2018
@schmasterz
Copy link
Author

Related: #14

@samdark samdark added this to the 3.0.0 milestone Jan 14, 2019
@samdark
Copy link
Member

samdark commented Jan 14, 2019

@pistej is this one fixed now?

@pistej
Copy link
Contributor

pistej commented Jan 14, 2019

@samdark yes, can be closed.

@machour machour closed this as completed Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready for adoption Feel free to implement this issue.
Projects
None yet
Development

No branches or pull requests

5 participants