11425 Commits (96ad838686cd45b5b137c40a8da1ff8185be1779)
 

Author SHA1 Message Date
Jordi Boggiano 812094959f
Update deps 3 years ago
Martin Herndl 9715580bc0
Add file agument to archive help (#10574) 3 years ago
Antoine Makdessi 6c0a6e00b3
Fix #10575 (#10576)
Refactor the whole cleanChanges/getLocalChanges code to be more strict with null returns

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
Jordi Boggiano 076925ebef
Merge pull request #10567 from Seldaek/strict_types
Add strict types declares to all files
3 years ago
Jordi Boggiano af995c3038
Merge branch '2.2' into main 3 years ago
Jordi Boggiano fa9a877246
Reverting release version changes 3 years ago
Jordi Boggiano 061d154dfd
Release 2.2.7 3 years ago
Jordi Boggiano 039980a45d
Update changelog 3 years ago
Yanick Witschi 8179d1ea33
Early return when a package was already marked to be kept 3 years ago
Ondřej Mirtes 4fdcfb166f
Better ignore-by-php-version.neon.php 3 years ago
Jordi Boggiano beb575dd00
Fix more issues, update baseline (2203/106) 3 years ago
Jordi Boggiano 6a466a120a
Enable strict types on all files 3 years ago
Jordi Boggiano 3cdca37e85
Fix strict type issues 3 years ago
Jordi Boggiano b85e0eebc1
Allow 3rd parties to use URL_REGEX 3 years ago
Jordi Boggiano 1e914f8afc
Merge pull request #10565 from Seldaek/add_const_visibility
Add visibility to all consts, fixes #10550
3 years ago
Jordi Boggiano a8d687441a
Merge pull request #10562 from 94noni/patch-1
Update README.md
3 years ago
Jordi Boggiano 91a0a4c7d8
Also update requirements in docs 3 years ago
Jordi Boggiano 67a12f4829
Slightly more detailed PHP requirements 3 years ago
Jordi Boggiano 0db443ba5f
Add visibility to all consts, fixes #10550 3 years ago
Jordi Boggiano b6c1afaa47
Merge pull request #10561 from Seldaek/add_param_types
Add more param/return types
3 years ago
Jordi Boggiano 89ce53250e
Final type additions 3 years ago
Jordi Boggiano 14fcfc3ae1
Update baseline (2244 errors) 3 years ago
Jordi Boggiano 7abc8da7d3
Add more types 3 years ago
Antoine Makdessi 2874daf59c
Update README.md 3 years ago
Jordi Boggiano e52071a92c
Revert some return types for symfony/flex compatibility 3 years ago
Jordi Boggiano 225b4d7c27
Add some more return types 3 years ago
Jordi Boggiano 6da38f83a0
Add parameter types to all the things 3 years ago
Jordi Boggiano c9baeda95b
Merge pull request #10547 from Seldaek/add_returns
Add native return types where possible
3 years ago
Jordi Boggiano fb854df124
Update phpstan config 3 years ago
Alexander Schranz e9b60580f5
Add return types to tests (#10) 3 years ago
Alexander Schranz 1321bfca36
Add return types to closures (#9) 3 years ago
kenedy akena 61ed47baba
Update 04-schema.md (#10554)
Fix grammar to make the sentence grammatically correct
3 years ago
Jordi Boggiano 868b75d5e8
Fix broken links, refs #10542 3 years ago
Sean McBride 7328f5e5db
Renamed the only file with a quote character to remove it (#10542)
The quote character can be problematic and as this is the only one, just removing it makes the codebase more compatible with other systems that forbid the character as a matter of policy.
3 years ago
Yanick Witschi 32da10dc2c
Improve the pool optimizer logging (#10545) 3 years ago
Jordi Boggiano 7b1fc4b2c8
Remove alias::getAliasOf return type as this is not compatible with PHP 7.2/7.3 3 years ago
Jordi Boggiano 84f0f19112
Split Composer into PartialComposer & Composer classes to avoid nullable properties on Composer for non-fully-loaded instances, add types to Composer\Factory 3 years ago
Jordi Boggiano eda9014bef
Add return types to all code which is not being extended by open source packages 3 years ago
Jordi Boggiano 137ebddc25
Clean up useless mocks 3 years ago
Jordi Boggiano a16ed3d0ed
Add return types to private/internal methods 3 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 3 years ago
Jordi Boggiano 32852304d0
Make use of some new PHP features 3 years ago
Jordi Boggiano 86fb8d4412
Fix CS 3 years ago
Jordi Boggiano 2e40cdf2dc
Clean up properties that belong in PackageDiscoveryTrait 3 years ago
Jordi Boggiano 40de07569d
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 7ee44e6461
Merge pull request #10541 from Seldaek/init_req_fixes
Fix issues in require/init when dealing with virtual packages which do not exist
3 years ago
Jordi Boggiano 2a2440c2a1
Fix handling of virtual packages when searching for packages or when looking up the preferred version (init & require command), refs #10489 3 years ago
Jordi Boggiano 8b5254688c
Drop early package name validation if a version is provided to require/init command, fixes #10489 3 years ago
Jordi Boggiano acea849c51
Clarify plugin docs slightly wrt pre-operations-exec event 3 years ago
Jordi Boggiano 4376153912
Improve untrusted package install docs 3 years ago