studio icon indicating copy to clipboard operation
studio copied to clipboard

A workbench for developing Composer packages.

Results 30 studio issues
Sort by recently updated
recently updated
newest added

See https://groups.google.com/forum/#!searchin/thephpleague/architect/thephpleague/f0ynLoxRpvQ/dTBz3Zi8bAUJ

discussion

Package creators should be asked to choose a license for their library right away.

help wanted
parts

There is only a single test available it seems. Would it be OK to contribute some tests? Also, could PHPUnit be used or is PhpSpec a 100% requirement? I'm more...

Sometimes we have to follow rules about packages (eg. when developing a package in an organization). Would be awesome to be able create packages from existing sources, for example a...

enhancement

When loading multiple packages that are not in the same directory, you can still load them all together. WDYT?

I can't install this in a new Laravel project that uses symfony/filesystem 7.0.

studio create throws an error using PHP 8.2 `Fatal error: Uncaught Error: Attempt to modify property "psr-4" on null in /Users/head/.composer/vendor/franzl/studio/src/Parts/PhpUnit/Part.php:19 Stack trace: #0 /Users/head/.composer/vendor/franzl/studio/src/Creator/SkeletonCreator.php(55): Studio\Parts\PhpUnit\Part->setupPackage(Object(stdClass), Object(Studio\Filesystem\Directory)) #1 /Users/head/.composer/vendor/franzl/studio/src/Creator/SkeletonCreator.php(45): Studio\Creator\SkeletonCreator->installParts()...

Is this repository still maintaned?

PHP 8.3.11, this command: ```bash composer require --dev franzl/studio ``` Fails with: ```bash Your requirements could not be resolved to an installable set of packages. Problem 1 - franzl/studio[0.9.0, ...,...