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

App seems to crash on validation of composer file #10

Open
jaap opened this issue Dec 12, 2018 · 1 comment
Open

App seems to crash on validation of composer file #10

jaap opened this issue Dec 12, 2018 · 1 comment

Comments

@jaap
Copy link

jaap commented Dec 12, 2018

I have a repo with quite a large history which also contains tags well before it was a composer package.
It seems that the Heroku app is crashing with a Composer\Json\JsonValidationException on validating composer.json files from these older tags.

Is my conclusion right that repo's with a tagged released containing a non-working composer.json would fail the server to start?

@jaap
Copy link
Author

jaap commented Dec 12, 2018

To further illustrate, here an example of the composer file in where it seems to crash on;

{
    "require": {
        "netcarver/textile": "3.5.*",
        "smarty/smarty": "3.1.*",
        "php-activerecord/php-activerecord": "1.2.0.rc",
        "altorouter/altorouter": "1.1.*",
        "lightopenid/lightopenid": "dev-master",
        "inlinestyle/inlinestyle": "1.2.*",
        "ircmaxell/password-compat": "1.0.*",
        "zendframework/zend-stdlib": "2.3.1 as 2.3.0",
        "zendframework/zend-paginator": "2.3.*",
        "zendframework/zend-i18n": "2.3.*",
        "zendframework/zend-mail": "2.3.*",
        "zendframework/zend-validator": "2.3.*",
    },
    "require-dev": {
        "phpmd/phpmd" : "1.4.*",
        "phpdocumentor/phpdocumentor": "2.*",
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-4": {"CMS\\": "libs/CMS"}
    },
    "repositories":[
        {
            "type": "vcs",
            "url":  "https://github.com/fetch/php-activerecord.git"
        },
        {
            "type": "vcs",
            "url": "https://git.gitorious.org/lightopenid/lightopenid.git"
        },
        {
            "type": "composer",
            "url": "https://packages.zendframework.com/"
        }
    ]
}

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