Skip to content
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

Infinite loop #144

Open
jonerickson opened this issue Aug 12, 2023 · 0 comments
Open

Infinite loop #144

jonerickson opened this issue Aug 12, 2023 · 0 comments

Comments

@jonerickson
Copy link

I am receiving an infinite loop with the findPackages() function when using the PHAR as reported by Xdebug. Attached is my composer.json. Any help on how to diagnose would be great.

{
    "require": {
        "php": "^8.1",
        "roots/acorn": "^3.2",
        "guzzlehttp/guzzle": "^7.0",
        "web-token/jwt-framework": "^3.2"
    },
    "require-dev": {
        "spatie/laravel-ignition": "^1.6",
        "laravel/pint": "^v1.10.5",
        "fzaninotto/faker": "^1.5"
    },
    "autoload": {
        "psr-4": {
            "CommunityHive\\App\\": "src/app",
            "CommunityHive\\Database\\Factories\\": "src/database/factories/",
            "CommunityHive\\Database\\Seeders\\": "src/database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "src/tests/"
        }
    },
    "post-autoload-dump": [
        "Roots\\Acorn\\ComposerScripts::postAutoloadDump"
    ],
    "config": {
    },
    "extra": {
        "mozart": {
            "dep_namespace": "CommunityHive\\Vendor\\",
            "dep_directory": "/src/vendor",
            "classmap_directoy": "/classes/dependencies",
            "classmap_prefix": "CH_"
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant