1
0
Fork 0
Commit Graph

8971 Commits (1d553a6795dd4189d377edac54a202295f9d165c)

Author SHA1 Message Date
Jordi Boggiano ff27fdf4ea
Update changelog 2020-05-06 10:26:15 +02:00
Jordi Boggiano 7d87688032
Fix 5.3 build 2020-05-06 10:22:44 +02:00
Jordi Boggiano 73b9a3960f
Fix 5.3 build 2020-05-06 10:21:58 +02:00
Jordi Boggiano 4ce492d01d
Fix detection of gitlab URLs, fixes #8402, closes #8868 2020-05-06 10:18:53 +02:00
Jordi Boggiano c86c3f4516
Merge pull request #8871 from Seldaek/version-selector-respect-composer-versions
Make the VersionSelector take Composer API/Runtime versions into account
2020-05-04 20:22:48 +02:00
Jordi Boggiano 92aed041e4
Make the VersionSelector take Composer API/Runtime versions into account, refs getsentry/sentry-php#1008 2020-05-04 13:51:34 +02:00
Jordi Boggiano bfe71fb952
Fix support for --self --name-only, fixes #8844 2020-05-01 18:03:22 +02:00
Jordi Boggiano 54d8cbe5f8
Merge pull request #8855 from naderman/document-update-mirrors-lock-nothing
Documentation: Clarify composer update mirrors/nothing/lock
2020-05-01 14:46:54 +02:00
Jordi Boggiano 3c2889672b
Merge pull request #8847 from Jean85/add-composer-runtime-api
Add composer-runtime-api version constant
2020-04-30 21:30:13 +02:00
Nils Adermann 1cb6bbe550 Clarify composer update mirrors/nothing/lock
Addresses https://github.com/composer/composer/issues/7459 by listing these special arguments in the documentation.
2020-04-30 19:54:04 +02:00
Alessandro Lai ff05150c4e Add composer-runtime-api version constant 2020-04-29 09:02:51 +02:00
Alessandro Lai 270c7c3262
Backport validation support for composer-runtime-api (#8842)
Fixes #8841
2020-04-28 16:04:00 +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
Andreas Möller e25bea0343
Enhancement: Run jobs on GitHub Actions 2020-04-21 15:40:39 +02:00
Jordi Boggiano 19902ba6a9
Merge pull request #8772 from villfa/fix/8771
Dispatch POST_STATUS_CMD even when there is no changes
2020-04-13 12:41:02 +02:00
Jordi Boggiano 2e7ace238a
Merge pull request #8767 from cebe/package-name-double-dash
Allow duplicate dashes in package names (1.10)
2020-04-13 12:37:41 +02:00
Fabien Villepinte c718579623 Dispatch POST_STATUS_CMD even when there is no changes 2020-04-12 14:35:23 +02:00
Carsten Brandt 960fa4b205
Allow duplicate dashes in package names
fixes #8749
1.10 implementation of #8750
2020-04-10 19:01:06 +02:00
Jordi Boggiano 8e2e9caf6a
Update changelog 2020-04-10 11:44:13 +02:00
Jordi Boggiano 2f7e901940
Fix #8748 in an alternative way to avoid messing with PATH for other binaries, fixes #8758 2020-04-10 11:42:52 +02:00
Jordi Boggiano b3dbd95332
Fix PHP <5.6 syntax, fixes #8759, closes #8760 2020-04-10 11:34:00 +02:00
Jordi Boggiano eb314c5971
Update changelog 2020-04-09 17:05:43 +02:00
Jordi Boggiano e121de35a3
Fix variable used for symlinking absolute paths, refs #8700 2020-04-09 17:01:48 +02:00
Jordi Boggiano 0001635016
Update changelog 2020-04-09 16:26:26 +02:00
Jordi Boggiano f70b3b0152
Avoid warning about --2 usage when no channel is requested 2020-04-09 16:25:10 +02:00
Jordi Boggiano a4cd422a52
Update changelog 2020-04-09 16:05:43 +02:00
Jordi Boggiano b79f2b5e0f
Make sure scripts calling composer call the correct composer binary even if the project requires composer/composer, fixes #8748 2020-04-09 15:43:47 +02:00
Jordi Boggiano ccc8829ed9
Allow forcing self-update to stick to 1.x or 2.x using --1 and --2 flags, fixes #8753 2020-04-09 15:17:30 +02:00
Matthias Van Woensel 067101dbf5
Only send GitHub API token to api.github.com domain (#8747) 2020-04-09 09:58:34 +02:00
Bingqing Wang 46db638678
fix typo 2020-04-09 09:50:38 +02:00
Bingqing Wang 63eb178297
compatible with symfony/console 5.0.0 getVerticalBorderChars() method 2020-04-09 09:50:19 +02:00
Jordi Boggiano ff3f055439
Update deps 2020-04-08 10:33:15 +02:00
Jordi Boggiano 577a7e3626
Add an example using type:* syntax 2020-04-08 09:50:46 +02:00
Tianni a47f44bc61
docs updated install package custom path 2020-04-08 09:50:35 +02:00
Jordi Boggiano 11999118a5
Avoid failing on malformed funding info, fixes #8731 2020-04-07 16:04:58 +02:00
Jordi Boggiano 96c1ba279a
Add infos about plugin install failure 2020-04-07 15:55:59 +02:00
Jordi Boggiano a8c105da34
Merge pull request #8718 from localheinz/fix/early
Fix: Return early
2020-03-29 16:59:26 +02:00
Jordi Boggiano 22a52f5813
Apply suggestions from code review
Co-Authored-By: Andreas Möller <am@localheinz.com>
2020-03-29 16:59:07 +02:00
Andreas Möller 6e88683e35
Fix: Return early 2020-03-29 12:18:56 +02:00