checkdomain / Holiday

Check whether a date is a holiday
www.checkdomain.de
MIT License
49 stars 26 forks source link

Update Autoload #23

Closed wandersonwhcr closed 7 years ago

wandersonwhcr commented 7 years ago

This PR updates directory structure, changing autoloader from deprecated PSR-0 to PSR-4

wandersonwhcr commented 7 years ago

I didn't understand Travis result. Can you rebuild f520a31 commit?

FlorianKoerner commented 7 years ago

You forgot https://github.com/checkdomain/Holiday/blob/master/.travis.yml#L10

wandersonwhcr commented 7 years ago

@FlorianKoerner I amend last commit (check f520a31) and Travis didn't build it. Any idea?

wandersonwhcr commented 7 years ago

Please don't merge this PR. I forgot to update README.md again.

wandersonwhcr commented 7 years ago

Damn. I understood the problem: I think I didn't force my "git push" command (I was tired). I'll check it at home.

wandersonwhcr commented 7 years ago

Done.

wandersonwhcr commented 7 years ago

Damn. Tests are not executing with PHP 7.*.

wandersonwhcr commented 7 years ago

See slimphp/Slim#2185.

wandersonwhcr commented 7 years ago

PHPUnit was never executing as expected with PHP 7.*.

Done.

FlorianKoerner commented 7 years ago

Awesome work. Thank you!