ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Adding this to composer gives me the following error on update. #15

Closed digitaldjango closed 10 years ago

digitaldjango commented 10 years ago
PHP Fatal error:  Class 'Patchwork\Utf8\Bootup' not found in /bootstrap/autoload.php on line 46
Script php artisan clear-compiled handling the post-update-cmd event returned with an error

  [RuntimeException]                                                             
  Error Output: PHP Fatal error:  Class 'Patchwork\Utf8\Bootup' not found in /bootstrap/autoload.php on line 46 

Apperantly you downgrade the patchwork to a previous version.

ollieread commented 10 years ago

Nothing should be downgraded. The only things required by this package are as follows.

    "php": ">=5.3.0",
    "illuminate/support": "4.1.*"

Patchwork is installed because of the dependency within illuminate/support, I don't touch that library.