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

Missing require option #79

Closed
webmake opened this issue Oct 20, 2018 · 1 comment
Closed

Missing require option #79

webmake opened this issue Oct 20, 2018 · 1 comment
Milestone

Comments

@webmake
Copy link

webmake commented Oct 20, 2018

Hello,
I checked this project and it is really what we need, but there are some limitations. Now freshly configured satis looks like:

{
    "name": "Composer repository",
    "homepage": "http:\/\/localhost",
    "output-dir": "web",
    "output-html": true,
    "repositories": [
        {
            "type": "git",
            "url": "a"
        }
    ],
    "require-all": false,
    "require-dependencies": false,
    "require-dev-dependencies": false,
    "minimum-stability": "dev",
    "providers": false
}

But according satis documentation, there is require option to have constraints, so I'm missing this feature to fully replace manual procedure by editing satis.json file.

@ramunasd
Copy link
Collaborator

Hi @webmake , good point, UI form is missing, however this option is not ignored and can be set manully.

@ramunasd ramunasd added this to the 3.1 milestone Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants