ceesvanegmond/minify

Failed to download ceesvanegmond/minify from dist: file could not be downloaded.

Closed this issue · 4 comments

Zae commented

I keep getting this error after upgrading to version 2.0

I also needed to provide credentials for github, I think this issue is related.

Failed to download ceesvanegmond/minify from dist: The "https://api.github.com/repos/ceesvanegmond/laravel4-minify/zipball/4d7ef9c1d1d5e0e848a9ee777f953f2b82d8d13a" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source

Whats your composer.json looks like?

Zae commented
{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "require": {
        "laravel/framework": "4.1.*",
        "twitter/bootstrap": "3.1.1",
        "geoip2/geoip2": "v0.5.0",
        "guzzle/guzzle": "v3.8.0",
        "doctrine/dbal": "v2.4.2",
        "ceesvanegmond/minify": "2.0.*",
        "pda/pheanstalk": "v2.1.0",
        "intervention/image": "1.5.9",
        "intervention/imagecache": "0.5.9",
        "google/apiclient": "1.0.4-beta",
        "oyejorge/less.php": "~1.5",
        "graham-campbell/binput": "v1.0.2",
        "barryvdh/laravel-dompdf": "0.3.*"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "mockery/mockery": "0.8.0",
        "barryvdh/laravel-debugbar": "1.*",
        "barryvdh/laravel-ide-helper": "1.*"
    },
    "autoload": {
        "classmap": [
            "app/commands",
            "app/controllers",
            "app/models",
            "app/queue",
            "app/database/migrations",
            "app/database/seeds",
            "app/tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-install-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "php artisan clear-compiled",
            "php artisan ide-helper:generate",
            "php artisan optimize"
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ]
    },
    "config": {
        "preferred-install": "dist"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}

Thanks, issue should be fixed. Could you try it again?

Zae commented

Yup, fixed, many thanks 👍