-
Notifications
You must be signed in to change notification settings - Fork 14
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
Timeout when install dependencies #9
Comments
Just try again. If the problem persists, post an issue on the composer
|
with i guess problem in Component_ZendMvc:
141К object (~70Mb repo size) too much for depended library. And sorry for my issue - problem not in phlyty |
I'll update the repo to use stable versions; phlyty was written before we had a stable ZF2 version, IIRC. Stable versions will reduce the installation size significantly. |
Actually, @maxgu ... the repo is already using versions such as "2.*" -- which tells me you must have set your project's minimum-stability to "dev". You may want to alter yours to remove that, and only require dev stability for the specific repos that need it. As an example: "require": {
"phly/phlyty": "~1.0",
"some-other/dep": "~1.0-dev"
} One note: any sub-dependencies that also need dev versions must also be listed in the project |
In response to #9, switching to "next significant release" operator (`~`) for specifying dependencies. This is recommended over wildcards by the composer project. Currently, it should not affect any consumers of this repo.
i have timeout exception when load zend-mvc
How i can load zend\Mvc manual?
Or what can i do?
The text was updated successfully, but these errors were encountered: