1
0
Fork 0
Commit Graph

9425 Commits (fc8be2bed873b99af6c8fdbb9e7e403395312332)

Author SHA1 Message Date
Jordi Boggiano 0d1922dc27
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
Jordi Boggiano c757c9fa37
7.4 highest errors are fixed on 2.0 branch already 2020-04-22 10:57:07 +02:00
Jordi Boggiano e9a2f922d5
Fix phpstan config 2020-04-22 10:37:21 +02:00
Jordi Boggiano c0b0149040
Try and fix phpstan 2020-04-22 10:33:36 +02:00
Jordi Boggiano e046523631
Fix phpstan workflow 2020-04-22 09:46:33 +02:00
Jordi Boggiano 1dd78c0163
Merge branch '1.10' 2020-04-22 09:44:42 +02:00
Jordi Boggiano ca25ff8b0d
Remove travis/appveyor configs 2020-04-22 09:40:35 +02:00
Jordi Boggiano 4ccd8e1081
Mark 7.4 latest deps build experimental for now 2020-04-22 09:37:04 +02:00
Jordi Boggiano f51810f1c9
Fix continue-on-error failure 2020-04-22 09:33:55 +02:00
Jordi Boggiano eeaa099021
Stop ignoring build changes to trigger build, that was smart :D 2020-04-22 09:32:50 +02:00
Jordi Boggiano 9a0e6e6885
Fix build 2020-04-22 09:31:04 +02:00
Jordi Boggiano ac3fcfc9ec
Fix build 2020-04-22 09:30:34 +02:00
Jordi Boggiano a849e2b244
Add linting, php8, release builds to github actions 2020-04-22 09:27:58 +02:00
Jordi Boggiano ebd30cf831
Use correct command.. 2020-04-22 08:30:44 +02:00
Jordi Boggiano acef74d1ab
Attempt at optimizing the job matrix 2020-04-22 08:28:22 +02:00
Markus Staab ef8c410098
GithubActions: build master branch + pull requests 2020-04-22 08:12:57 +02:00
Jordi Boggiano 53b081decd
Merge pull request #8821 from localheinz/fix/extension
Fix: Install ext-intl
2020-04-22 08:08:04 +02:00
Andreas Möller f9032087ba
Fix: Install ext-intl 2020-04-22 07:59:05 +02:00
Jordi Boggiano 4ba958f08e
Merge pull request #8816 from staabm/patch-2
fixed typo in phpdocs
2020-04-22 07:38:54 +02:00
Jordi Boggiano 05d51e2b62
Merge pull request #8820 from pgrimaud/master
Fix typos
2020-04-22 07:37:57 +02:00
Pierre Grimaud a42c6ceff3 Fix typos 2020-04-22 00:43:34 +02:00
Jordi Boggiano bf39fab82d
Add test for root alias presence in lock 2020-04-21 23:01:20 +02:00
Jordi Boggiano 1eaa8cd55f
Merge branch '1.10' 2020-04-21 15:48:10 +02:00
Andreas Möller e25bea0343
Enhancement: Run jobs on GitHub Actions 2020-04-21 15:40:39 +02:00
Jordi Boggiano 125b3136d1
Merge pull request #8773 from villfa/ci/lint
Check syntax of PHP files in src
2020-04-21 15:36:25 +02:00
Jordi Boggiano 62cd332a57
Go back to stable composer/semver 2020-04-21 15:30:46 +02:00
Jordi Boggiano 2c8a4a1b93
Add platform-check config option to disable platform_check.php generation, and disable it for Composer 2020-04-21 15:25:35 +02:00
Jordi Boggiano afa18f2092
Fix semver usage 2020-04-21 15:13:01 +02:00
Markus Staab 3c09e4021e
fixed typo 2020-04-21 15:04:47 +02:00
Fabien Villepinte da24d0a7d9 Check syntax of PHP files in src 2020-04-21 14:56:51 +02:00
Jordi Boggiano af18c2bd7d
Update semver, fix poolbuilder usage and optimize creation of filtering nameConstraints 2020-04-21 14:50:11 +02:00
Jordi Boggiano c9846d4d3c
Merge pull request #8812 from nicolas-grekas/ext-check
Optimize extension checks
2020-04-21 11:45:26 +02:00
Nils Adermann 75f4116417
Merge pull request #8811 from Seldaek/fix-transaction-order
Fix transaction order
2020-04-21 11:38:59 +02:00
Jordi Boggiano c41bb909ff
Add platform check file in phars, fixes #8813 2020-04-21 11:18:02 +02:00
Nicolas Grekas 6463ab9e49 Optimize extension checks 2020-04-21 09:35:34 +02:00
Yanick Witschi e23710f92d
Implemented php version check in autoload.php (#8546) 2020-04-21 08:59:36 +02:00
Lucas D Hedding 2bf2e9fc60 fix failing tests 2020-04-20 14:40:25 -06:00
Jordi Boggiano ba9d4793bc
Fix transaction order 2020-04-20 22:24:00 +02:00
Lucas D Hedding 3e2163de5c #8809: expand context for post file download event 2020-04-20 13:50:42 -06:00
Jordi Boggiano 17ed09be2e
Add failing test showing that packages fail to be installed if they match a previous alias which was not removed yet 2020-04-20 21:50:06 +02:00
Jordi Boggiano 82502684b2
Allow testing for installed repo state 2020-04-20 21:44:15 +02:00
Jordi Boggiano 3f338ee8d9
Make sure versions are sorted before they get trimmed in error output 2020-04-19 15:51:30 +02:00
Jordi Boggiano 424c08d6b2
Fix bug loading ~dev in some circumstances 2020-04-19 15:51:29 +02:00
Jordi Boggiano b3f46979b0
Merge pull request #8802 from kubawerlos/command-validate-no-check-version
Add "no-check-version" option to ValidateCommand
2020-04-18 14:41:38 +02:00
Jordi Boggiano c12a1a6d64
Update flag description 2020-04-18 14:41:04 +02:00
Kuba Werłos a54bf0e2d4 Use flags instead of boolean in ConfigValidator for checking version field 2020-04-18 09:24:54 +02:00
Kuba Werłos 4ec73874cb Add "no-check-version" option to ValidateCommand 2020-04-17 22:38:14 +02:00
Jordi Boggiano 1136459d78
Merge pull request #8798 from GromNaN/patch-1
Remove unused property $httpDownloader
2020-04-16 11:54:24 +02:00
Jérôme Tamarelle bd34ff1328
Remove unused property $httpDownloader 2020-04-16 01:14:56 +02:00
Nils Adermann 12be472c6b
Merge pull request #8790 from Seldaek/minify-problem-versions
Shorten long lists of similar versions in problem output
2020-04-15 16:57:15 +02:00