-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
Composer requirements #9
Labels
Comments
Hi, this is corrected in version 2.0.3. Keep in mind though that this package is intended to be used in Laravel 5. Some L5 specific functionality is used. I haven't tested it in OctoberCMS. |
Thanks! |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
is there any reason you require orchestra/testbench in you composer.json: https://github.com/freekmurze/laravel-backup/blob/master/composer.json#L26
This leads to the download of the entire laravel/framework (and dependencies) if I use this app for example in an OctoberCMS plugin: https://github.com/alxy/oc-backup-plugin
Couldn't you at least put this in require-dev?
The text was updated successfully, but these errors were encountered: