-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Commit composer.lock to repository #165
Comments
We don't need |
It's alright to have it. |
Well, that foxy needs some polishing .. cannot make work
|
@lubosdz maybe |
So it worked finally with composer 2.0.14 (probably 2.0.X branch) - with warnings Few notes:
|
Thanks for feedback, @lubosdz. I've re-tested starting from scratch: git clone [email protected]:yiisoft/demo.git
cd demo
composer install
./yii serve Then opened http://localhost:8080/ and got a working demo. Things to be improved:
|
@samdark
I may try to debug & supply PR if I have more time, unless won't be fixed till then. |
Yes, that's known thing. Currently there's no support for subdirectories out of the box and it should be added via https://github.com/yiisoft/yii-middleware/blob/master/src/SubFolder.php to the main middleware settings. That was done to avoid unneeded entry point calculations in case there's no sub-directory involved (which is majority of cases). |
This is not a library and most of the changes relates to specific package versions/commits so commit
composer.lock
,package-lock.json
andyarn.lock
would be okThe text was updated successfully, but these errors were encountered: