Commit graph

95 commits

Author SHA1 Message Date
Henrique Moody f13ee908e0 Upgrade of the work in progress version
- May the Force be with us.
2016-04-24 21:21:12 -03:00
Woody Gilk c951cef919 Fix homepage URL in composer config 2016-01-13 15:43:06 -06:00
Henrique Moody 67642dad9c Update working in progress version 2015-10-24 01:45:10 -02:00
Rogerio Prado de Jesus e44b93f055 Create "composer test" command in order to run phpunit tests
As the project already is installed via composer, this command
could save a few keystrokes!

Besides that, is just one command for all OS, because will not be
needed to change slashes to backslashes in Windows.

*X      (21 keystrokes): `./vendor/bin/phpunit`
Windows (21 keystrokes): `.\vendor\bin\phpunit`
New (14 keystrokes):     `composer test`

https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
2015-10-19 10:12:55 -02:00
Henrique Moody 4964d561c4 Rename namespace of *TestCase classes 2015-10-18 14:50:59 -02:00
Henrique Moody 06ecd9c063 Drop support for PHP 5.3 2015-10-17 12:55:52 -03:00
Marcel Voigt 4329252709 Suggest php-cs-fixer and add default config
See .php_cs for default configuration. Install php-cs-fixer globally and run
  php-cs-fixer fix
to fix common coding standards or style issues.
2015-08-10 20:22:04 +02:00
Henrique Moody 29fd82815b Update work in progress version in Composer's file 2015-07-21 12:35:29 -03:00
Henrique Moody 96f4fc2e6f Create "Extension" rule
Updates required PHP version to 5.3.6 since SplFileInfo::getExtension()
was created on this version.
2015-06-18 23:07:50 -03:00
Henrique Moody cc6da3a2e4 Create "Size" rule 2015-06-18 23:07:22 -03:00
Henrique Moody 124ac05e02 Merge branch '0.9' 2015-06-06 10:09:05 -03:00
Henrique Moody 403b80e92c Merge branch '0.8' into 0.9 2015-06-06 10:06:25 -03:00
Henrique Moody 7223973112 Pin "symfony/validator" version on 2.6.x 2015-06-06 09:55:19 -03:00
Henrique Moody 9c5591f9b8 Update work in progress version in Composer's file 2015-04-24 20:07:06 -03:00
Eduardo Gulias Davis 13c3c92ae6 Use "egulias/emailvalidator" for email validation 2015-03-01 21:10:30 -03:00
Henrique Moody 0d6b505df4 Update work in progress version in Composer's file 2015-02-11 13:07:45 -02:00
Henrique Moody d0f07ecc5f Mock malkusch\bav\BAV on tests 2015-02-03 13:52:22 -02:00
Henrique Moody b0816ab36f Remove unnecessary checkings on unit tests
Since we are using only composer as autoloader and we have all
dependencies on `require-dev` there is no need to check if third-party
libraries are present or not
2015-01-17 17:04:05 -02:00
Markus Malkusch 623a26235e Added bank(), bankAccount() and bic(). Currently only German. 2015-01-14 21:17:04 +01:00
Henrique Moody e5ef9fe309 Update working in progress version in composer.json 2015-01-08 00:52:41 -02:00
Henrique Moody ea7b787953 Update "composer.json" file
Remove unecessary directives and updated dependencies versions.
2015-01-07 16:02:58 -02:00
Jefersson Nathan cc80628c4d Add minimum php required version to composer.json 2014-10-01 08:37:48 -03:00
Augusto Pascutti b5cc9c7dd6 Merge pull request #194 from GrahamCampbell/alias
Branch alias added on composer.

Alias the `master` branch to the next milestone (tag).
2014-07-12 20:09:08 -03:00
Graham Campbell ae056920b4 PSR-4 autoloading 2014-07-12 20:20:43 +01:00
Graham Campbell 5d902267f5 Added branch alias 2014-07-12 20:19:17 +01:00
Graham Campbell c4df7e55b9 Update composer.json 2014-04-21 19:57:25 +01:00
Augusto Pascutti c2850055bc Fix Symfony validation rule.
The API of Symfony\Component\Validator changed more than 2 years ago, so
this validation rule wasn't working for quite a long time.

This fixes the validator to work with versions >= 2.1 of
Symfony/Validation as the change on composer shows us. Although a bug
fix, this breaks compatibility with people already using this validator.

I was astonished to not find any tests for that validator also. :(
With those tests we can ensure that any change on the component API will
be noticed by us.
2014-02-16 03:22:41 -03:00
Augusto Pascutti d1a2f18a80 Add PHPUnit as a development dependency on composer.json.
We can always use Respect/Foundation, but with that component on
composer.json I think it is easier for new contributors to get things
running on their development environment.
2014-02-16 03:17:13 -03:00
Augusto Pascutti 73c3248d87 Authors on composer.json are now resumed to a link.
Instead of keeping the file up to date and confusing ourselves with
changes to the file on the version control, the author's not point to
GitHub list of contributors.
2014-02-16 03:17:13 -03:00
Augusto Pascutti 0bcf6efa1b Update version to 0.5.0 on composer.json.
And package.ini (although it need more tweeks).

On composer.json I removed the version declaration, since it is taken
from Git Tags (by Packagist) and added keywords to ease the search.

PS: I have a (big and bad) feeling this will break Travis because of
Respect/Foundation.
2013-12-10 00:50:26 -02:00
Rogerio Prado de Jesus e72598412b Change the "require" for "suggest" extensions
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2013-08-27 15:41:36 -03:00
Rogerio Prado de Jesus 10b9dbb2d9 Declare php ext dependencies (bcmath and mbstring) in composer.json
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2013-08-27 15:17:22 -03:00
Augusto Pascutti 2e6fe3a148 Fix Travis: make it use composer.
- Refactor Zend validator tests
- Fixed my email on composer.json
- Added dev packages in composer.json:
    - Zend\Validator 2.*
    - Symfony\Component\Valitor 2.*

PS: This is just a quick fix before Foundation can run this on his
    own.
2012-12-18 01:55:33 -02:00
Alexandre Gomes Gaigalas 13ff74966d Removing invalid authors from composer.json 2012-12-17 07:50:17 -02:00
Kinn Coelho Julião 484df4851e Updated contributor: Kinncj 2012-11-25 22:27:44 -02:00
Alexandre Gaigalas ff3090d2d3 Updated package files 2012-04-24 23:52:45 -03:00
Alexandre Gaigalas ab8d478317 Updated package files 2012-04-10 01:16:24 -03:00
Alexandre Gaigalas 1180ac07b4 Updated package files 2012-04-10 00:51:55 -03:00
Alexandre Gaigalas b735e4be8f Updated package files 2012-04-09 23:42:56 -03:00
Alexandre Gaigalas 0d1daede30 Updated package files 2012-04-08 22:27:42 -03:00
Alexandre Gaigalas 7de3626181 Updated package files 2012-04-08 19:55:16 -03:00
Alexandre Gaigalas 25f53eb139 Updated package files 2012-04-07 23:06:21 -03:00
Alexandre Gaigalas 747f6d0373 Updated package files 2012-04-07 23:05:22 -03:00
Henrique Moody 4d630bbee4 Update composer.json 2012-01-16 16:10:12 -02:00
Henrique Moody bfe5fb4fab Created composer.json file. 2012-01-16 16:07:55 -02:00