-
- Téléchargements
Update composer libraries, while enforcing the minimum php in composer.json (#10334)
* Enforce the Minimum PHP version in composer.json using "platform" feature Added in https://github.com/composer/composer/commit/a57c51e8d78156612e49dec1c54d3184f260f144 It was found that this flag is very important to use to make sure the package we build and release will be compatible with this PHP version. Otherwise, the minimum PHP version enforced would be the version where our build script runs, which could be PHP 5.5 or PHP 7 which would have caused serious issues. * Update doctrine/cache, monolog,piwik/network, piwik/cache, piwik/php-tracker etc. https://github.com/piwik/piwik/issues/10058 * Release checklist to check that composer.json is correctly defined * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/30d7b16940058a3dcea37dd7e7ed7241090bf57a * .travis.yml file is out of date, auto-updating .travis.yml file. * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/63445cf4a53e6e115a31ecacd79327dc5bfb2494 * .travis.yml file is out of date, auto-updating .travis.yml file.
parent
ef3e384b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .travis.yml 2 ajouts, 2 suppressions.travis.yml
- composer.json 20 ajouts, 15 suppressionscomposer.json
- composer.lock 102 ajouts, 92 suppressionscomposer.lock
- tests/PHPUnit/Integration/ReleaseCheckListTest.php 27 ajouts, 2 suppressionstests/PHPUnit/Integration/ReleaseCheckListTest.php
- tests/travis 1 ajout, 1 suppressiontests/travis
Ce diff est replié.
Veuillez vous inscrire ou vous se connecter pour commenter