You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm taking interest in this repos and started to update the files for Elgg version 2.x...
I have a question about this, as the repo uses composer to set its dependencies up, and Github have a limit on unauthenticated calls on their apis (60 requests/hours). During the install, I reached this limit, (maybe because I made some calls on a different project), so i'm thinking about switching to another solution : download the official file from the server instead of using composer.
I'm not really comfortable with this as it's not as good as using a dependencies manager and the version would be hard-coded in the script, but that's the only solution I have for now...
Any idea on this ?
The text was updated successfully, but these errors were encountered:
Sorry for the delay. I haven't looked into Elgg 2.x yet so I don't have any experience with it in this context. But, I have used composer a few times and am aware of its limitations. Perhaps this SO thread can help?
Hi !
I'm taking interest in this repos and started to update the files for Elgg version 2.x...
I have a question about this, as the repo uses composer to set its dependencies up, and Github have a limit on unauthenticated calls on their apis (60 requests/hours). During the install, I reached this limit, (maybe because I made some calls on a different project), so i'm thinking about switching to another solution : download the official file from the server instead of using composer.
I'm not really comfortable with this as it's not as good as using a dependencies manager and the version would be hard-coded in the script, but that's the only solution I have for now...
Any idea on this ?
The text was updated successfully, but these errors were encountered: