-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Using dev-master is always bad #79
Conversation
Using dev-master is always bad
Thanks buddy. |
np. :) Sorry I couldn't update the lock file again. This was a quick pull from github's online interface. |
Don't worry about it, I'm just about to push that. |
Also, your description in the composer.json is incorrect. It says that this is laravel. :) |
Whoops! I'll change that now, good spot! :) |
It would be cool if you published this to packagist too, so people can use |
That's something I need to add to the roadmap actually. I'm not sure if I should do that now or once v1 is released, what do you think? |
I would. It does no harm. I did with bootstrap cms over a year ago, and I still haven't tagged 1.0 yet. |
Ok, awesome, I'll get on that. |
👍 |
Done. |
👍 |
Also, just decided to run your repo through my cs checker: https://styleci.grahamjcampbell.co.uk/repos/a7d1a3cdabcbd06624dbc2db0aca3036d2947ad5. https://styleci.grahamjcampbell.co.uk/commits/003801ba013632c9d4f92f2a07dbfff6aabcb17c/diff |
Interesting - your namespace violates psr-0/psr-4. |
|
Woah, cheers. That's interesting, I didn't know you couldn't have I guess we could change it, but it does seem weird? |
Yeh, it is odd. |
I can disable psr0 fixer if required, because it is odd. Maybe just namespacing it under |
Thanks! If we went with just Is it PSR-0 that's causing the issue here? |
No - it because you named the folder wrong... |
It was adjusting the namespace because on case sensitivity matters on some systems for autoloading. |
Oh because it's |
Yeh, the folder can't be named |
That's easy to fix :) |
btw, I'm using /~https://github.com/FriendsOfPHP/PHP-CS-Fixer under the hood here. The power to fix docblocks should be massively improving after PHP-CS-Fixer/PHP-CS-Fixer#887 goes through. |
That's awesome! Blows out the need for @anorakci ;) |
No description provided.