-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add composer support for external usages #20
base: master
Are you sure you want to change the base?
Conversation
"keywords" : ["netatmo", "api", "sdk"], | ||
"homepage" : "https://dev.netatmo.com/", | ||
"license": "MIT", | ||
"minimum-stability": "stable", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can omit this property as this package does not have any dependency and the minimum-stability
is only read from root packages (i.e packages that will require netatmo/netatmo-api
)
Can I suggest the use of {
"autoload": {
"psr-4": {"Netatmo\\": "src/Netatmo"}
}
} This is more clean, and is up to the current standards. |
If you're searching for a quick solution I could offer you to use my up-to-date fork gruberro/Netatmo-API-PHP containing a Simple add the following snippet to your
|
Any news? |
Why is this not being merged in so that we can use the library like all other libraries? Any reason for making things more cumbersome than they need to be? |
No description provided.