Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

5.0.x-dev: Missing file 'tests/Confide/helpers.php' throws Fatal error during `artisan clear-compiled` #539

Open kyestork opened 9 years ago

kyestork commented 9 years ago

Error thrown after composer update / install. A file is missing that's referenced in the package's composer.json : 'tests/Confide/helper.php'. For the time being, I just ran composer update, removed that file from the list in /vendor/zizaco/confide/composer.json, /vendor/composer/autoload_files.php, and /vendor/composer/installed.json, ran the unfinished php artisan clear-compiled and php artisan optimize. It went just fine after that.

Madnx commented 9 years ago

You can use my fork for now.

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/codel/confide.git"
        }
    ],

Should work fine.