
Merge pull request #199 from GypsyCodex/add-test-section …
Add Test section in README.md
Add Test section in README.md …
Use <project folder>, add the "$" symbol, remove the configuration of phpunit, add composer download and installation of dependencies.
Fixing tests/bootstrap.php for #182
Merge pull request #194 from GrahamCampbell/alias …
Branch alias added on composer. Alias the `master` branch to the next milestone (tag).
Merge pull request #182 from GrahamCampbell/psr-4 …
PSR-4 support instead of PSR-0.
Merge pull request #192 from gabrielsch/patch-1 …
Cleaning up RecursiveTreeIterator class
Merge pull request #193 from augustohp/189-scrutinizer …
Scrutinizer code coverage and custom Makefile support
Removes new line from beggining of file. …
Since this is considered output by PHP and could harm the output buffer for requests that will send headers after this. Nasty bug.
Add scrutinizer badges to README. …
Also removes the unstable build badge, which is kind of redundant since we will always respect the pattern of keeping the `master` branch stable enough to be used. Two Scrutinizer badges were added: code coverage and code quality. Travis changed to report code coverage to Scrutinizer.
PHP 5.6 working, hhvm on testing
hhvm RecursiveTreeIterator support …
This code is from the PHP source itself. It's required to run Respect\Validation on hhvm, which lacks the class. By adding it to the library folder, it's loaded automatically by our testing routines. Further documentation should be written, but only after a stable build for hhvm appears on Travis.
PHP 5.6 still alpha, but we can check if our code will break over there. Seems we have one incompatible thing so far. :)
Merge pull request #167 from henriqueoliveira/master …
Phone rule accepts brazilian 9th digit. For more information, see https://en.wikipedia.org/wiki/Telephone_numbers_in_Brazil#Ninth_digit_for_mobile_numbers.
Merge pull request #175 from kodok-buncit/patch-1 …
Exception file name not matching class name. Renames the class name to the one expected to exist inside the file name containing it.
Merge pull request #170 from jhmilan/issue-168 …
GH-168: Adds "DK" to country code validation rule.
Fixing issue 168 (missed DK code) …
Added DK to iso alpha 2 country code list. Now it is iso compliant (https://www.iso.org/obp/ui/#search/code). Since this list has now 249 items as per iso.org
Merge pull request #166 from GrahamCampbell/composer …
Better dependency versions constraints on `composer.json`.
Merge pull request #162 from GypsyCodex/highlight-readme-code …
Add Syntax Highlighting in README.md
Merge pull request #160 from GypsyCodex/fix-typo …
Little typo from documentation fixed
Merge pull request #148 from augustohp/develop …
Allow internationalized domains and skip TLD check.