Open
Conversation
|
I have the same issue @apfelbox @franzliedke could you please look into this PR / issue? meanwile, this is how I used this PR locally as a global installation: nano ~/.composer/composer.jsonand override content with {
"require": {
"franzl/studio": "dev-php8support"
},
"config": {
"allow-plugins": {
"franzl/studio": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/head1328/studio/"
}
]
}then composer global update franzl/studioI can confirm that |
|
Please can you also add Symfony 7.x support to this otherwise even if this is merged we are going to run into the next hurdle almost immediately. Thanks. |
|
if it fixes support for PHP 8.3, then what stops from merging it? @head1328 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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() #2 /Users/head/.composer/vendor/franzl/studio/src/Console/CreateCommand.php(68): Studio\Creator\SkeletonCreator->create() #3 /Users/head/.composer/vendor/franzl/studio/src/Console/BaseCommand.php(35): Studio\Console\CreateCommand->fire() #4 /Users/head/.composer/vendor/symfony/console/Command/Command.php(312): Studio\Console\BaseCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #5 /Users/head/.composer/vendor/symfony/console/Application.php(1022): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #6 /Users/head/.composer/vendor/symfony/console/Application.php(314): Symfony\Component\Console\Application->doRunCommand(Object(Studio\Console\CreateCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #7 /Users/head/.composer/vendor/symfony/console/Application.php(168): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #8 /Users/head/.composer/vendor/franzl/studio/bin/studio(30): Symfony\Component\Console\Application->run() #9 /Users/head/.composer/vendor/bin/studio(120): include('/Users/head/.co...') #10 {main} thrown in /Users/head/.composer/vendor/franzl/studio/src/Parts/PhpUnit/Part.php on line 19