Javier Spagnoletti
Javier Spagnoletti
Add "extra.branch-alias" config in order to allow installing (unstable) development versions trusting semver. With this change, `composer require "mercadopago/dx-php:^1.0@dev"` is allowed to be resolved to `master` as development branch.
Autoload classes under "tests/" directory only from "autoload-dev". This prevents these classes to be loaded when the library is installed as requirement from a third party project.
Use semantic versioning constraints instead of unbound targets like "*". PHP version was also narrowed from ">=5.5.0" to "^5.5|^7.0", so if a major version (like `8.0.0`) is released, we need...
Also, the PHP-CS-Fixer rule `php_unit_set_up_tear_down_visibility` was configured to avoid regressions in the future.
With this RFC I want to propose to narrow the bundle responsibilities in order to keep them focused on what I think is its main goal: scheduling commands. IMHO, all...
## Feature Request This RFC proposes to refactor the `CDNInterface` interface (and its implementations) in order to receive instances of `MediaInterface` instead of string paths. This will allow to remove...
|Q |A | |--- |--- | |Branch |arm2| |Bug fix? |no | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes | |Fixed tickets|n/a | |License...
You must add the library to [Packagist](http://packagist.org).