studio
studio copied to clipboard
A workbench for developing Composer packages.
Hi, Thanks for this package. I tried using this with a Symfony app. But I'm getting this error after telling studio to load my package. ``` Attempted to load class...
Fixes #115
Thank you for this awesome composer plugin. Since I'm using it, I'm not able to do a composer update anymore. I'm running the project on PHP 8.1.0 with composer 2.3.5...
Hey @franzliedke thanks a lot for taking the time to put together the recent release. However, I have noticed one significant issue with the newly-generated `composer.lock` file. Normally composer generates...
Right now it's on dev-master which we won't naturally composer update to.
Amazing project, I was putting together some new packages, and when using studio, if I run `studio load /path/to/packages/*' it returns an error with this output ``` Too many arguments,...
Hello! Actually I'm not about a bug, but this applies to the simultaneous use of the studio and phpstorm. When I create a symlink to an existing package using studio,...
This fixes the composer.lock file issue #52 ~~The only problem is when the remote repository is updated or when you switch from version, composer prompts that it can't find the...
Hi, here are a couple of cases where install fails with Composer 2, while install Composer 1 works fine (doesn't matter if Studio symlinks the repo or not). To test,...
This PR adds support for end-to-end testing the plugin. It basically uses the global composer command, installs the local version of the plugin and then you can add your own...