Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

add support for laravel 5.2 #4

Merged
merged 2 commits into from
Nov 29, 2016
Merged

Conversation

pierlon
Copy link

@pierlon pierlon commented Nov 2, 2016

this commit fixes #2

"php": ">=5.6.4",
"illuminate/support": "^5.3",
"php": ">=5.5.9",
"illuminate/support": "5.2.*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this ^5.2|^5.3 , otherwise 5.3 functionality is broken.

"superbalist/flysystem-google-storage": "^3.0",
"illuminate/filesystem": "^5.3"
"illuminate/filesystem": "5.2.*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this ^5.2|^5.3 , otherwise 5.3 functionality is broken.

@@ -25,6 +25,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.5"
"phpunit/phpunit": "4.8.*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do >=4.8?

Copy link
Author

@pierlon pierlon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made changes as requested

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation failed on Laravel 5.2
2 participants