1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
Commit graph

85 commits

Author SHA1 Message Date
Jordi Boggiano
acea849c51
Clarify plugin docs slightly wrt pre-operations-exec event 2022-02-16 14:58:24 +01:00
gnito-org
239638e687
Fix minor spelling & grammar issues in docs (#10370) 2021-12-19 15:15:21 +01:00
Wouter de Jong
6aec6ecbfa Use composer.phar consistently in the examples 2021-10-25 13:11:41 +02:00
Jordi Boggiano
0868245589
Rename master branch to main 2021-10-14 16:21:47 +02:00
Jordi Boggiano
1fd70de32d
Merge branch '2.0' 2021-04-20 22:03:43 +02:00
Jordi Boggiano
53a4725dbe
Fix source links, fixes #9836 2021-04-18 23:10:17 +02:00
Jordi Boggiano
d0aac44ed2
Auto-detect dev-mode in autoload-dump and deprecate dump-autoload --no-dev (#9714) 2021-02-24 21:17:05 +01:00
Brad Jones
4b2df65833
Clarify difference in create-project related scripts
I wasn't entirely clear the difference between post-root-package-install and post-create-project-cmd, so this is an effort to clarify (as to the best of my understanding.)
2020-11-23 10:41:52 -10:00
Jordi Boggiano
0d236858ec
Merge branch '1.10' 2020-10-24 09:59:46 +02:00
Nils Adermann
b12b50c679 Docs: Remove unnecessary uses of simple/easy
They only serve to make anyone reading the docs who doesn't find
something as simple or easy as stated feel bad about themselves, they
don't add anything valuable to the docs in these cases.
2020-10-23 21:52:05 +02:00
Jordi Boggiano
b21936ab46
Update scripts.md 2020-04-22 17:08:33 +02:00
Elan Ruusamäe
613982e88b scripts: indicate how to see scripts-descriptions 2020-04-22 14:43:02 +03:00
Jordi Boggiano
feefa9be71
Add post-file-download event to docs, refs #8655 2020-04-14 23:51:34 +02:00
Fabien Villepinte
da3c42cced
Add missing pre-status-cmd event 2020-04-12 13:27:48 +02:00
Jordi Boggiano
d52ce3c37f
Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock 2020-02-12 14:35:31 +01:00
Jordi Boggiano
835a91532d
Add PRE_POOL_CREATE event, fixes #8348 2020-02-12 10:41:04 +01:00
Jordi Boggiano
23359f2db6
Merge branch 'master' into 2.0 2020-01-13 13:35:52 +01:00
Markus Staab
2ff079ba22
Fix typo 2019-12-22 12:33:58 +01:00
Jordi Boggiano
b82a96405d
Add @putenv to docs, refs #8492 2019-12-22 12:32:04 +01:00
Jordi Boggiano
bc2a1d762a
Merge branch 'master' into 2.0 2019-10-30 08:54:44 +01:00
Jordi Boggiano
b60e44c1dc
Update deps 2019-08-02 20:41:50 +02:00
Nils Adermann
d2fa1e1319 Merge branch 'master' into 2.0
* master: (48 commits)
  SVN: hide passwords for debug output
  Free $solver asap
  fixes #8179
  [minor] Fixed a typo in the CHANGELOG.md.
  Update deps
  Update changelog
  Revert "Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET" Revert "Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151"
  Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151
  Fix display of HHVM warning appearing when HHVM is not in use, fixes #8138
  Read classmap-authoritative and apcu-autoloader from project config when installing via create-project, fixes #8155
  Use possessive quantifiers
  Update xdebug-handler to 1.3.3
  fixes #8159
  Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET
  flag should come before script name
  use full command name, not abbreviated/alias
  modify text
  Document the alternatives to disable the default script timeout
  Anchor pattern
  Fix URL resolution for Composer repositories
  ...
2019-06-27 14:08:00 +02:00
Jordi Boggiano
ee506e0848
Merge pull request #8121 from gregorhyneck/run_plugins_manually_documentation
Add documentation how to run plugins manually
2019-06-07 16:49:46 +02:00
Rob Bast
d63bf33848 flag should come before script name 2019-05-14 10:30:18 +02:00
Rob Bast
7f34189f91 use full command name, not abbreviated/alias 2019-05-14 10:30:18 +02:00
Rob Bast
1976da9ee9 modify text 2019-05-14 10:30:18 +02:00
Guilherme Rossato
ce8afe1c95 Document the alternatives to disable the default script timeout
Mentioning and giving an example of the usage of the 4 options to disable the default script timeout of 300 seconds:
1. Static helper (already exists and kept).
2. Config key "process-timeout".
3. Environment variable "COMPOSER_PROCESS_TIMEOUT".
4. The "--timeout" parameter.
2019-05-14 10:30:18 +02:00
Kevin Boyd
5d615a16d1 Add documentation for Composer\\Config::disableProcessTimeout 2019-05-02 13:50:25 +02:00
Gregor Hyneck
4e14ac7640 Add documentation how to run plugins manually 2019-04-30 13:46:17 +02:00
Jordi Boggiano
f946d8eb5a More RemoteFilesystem usage removals and some repository/vcs driver refactorings 2019-01-14 17:29:23 +01:00
Jérôme Deuchnord
b0b00ad1fa Call a script recursively with extra parameters (#7720)
* Added support for calling scripts recursively (fixes #7562)
2018-11-26 12:35:41 +01:00
Jordi Boggiano
b1bfb9bb65 Add PRE_COMMAND_RUN event, fixes #7002 2018-01-24 15:21:55 +01:00
Gabriel Caruso
486e580db2 Clean up documentation 2017-12-30 18:11:52 -02:00
Mathias Brodala
8424235fac Rename to "scripts-descriptions" 2017-12-18 10:47:01 +01:00
Mathias Brodala
80d0c2029b Move "scripts-description" to toplevel
Fixes #6881
2017-12-18 10:14:24 +01:00
Mathias Brodala
4721a7c2c8
Document arguments for custom commands
Custom commands support the same pattern to pass arbitrary arguments like the "run-script" Composer command.
2017-12-07 12:21:41 +01:00
Thom Toogood
bf880ad5e0 Allow custom script descriptions. 2017-09-12 13:17:08 +10:00
Jordi Boggiano
da097aa6fc Clarify PATH modification, refs #5970 2016-12-18 11:39:05 +01:00
Jordi Boggiano
b0000617cc Support @php prefix for scripts to reuse the current PHP interpreter, fixes #5957 2016-12-11 16:17:34 +01:00
Rob Bast
235b1cca81
wordwrap and minor rephrasing 2016-10-19 08:40:06 +02:00
Andrew Taylor
ce6a3c0dd7 Issue 5769 dev mode varaible 2016-10-18 22:56:32 +01:00
Yaman Jain
66950f0354 JSON standard do not allow trailing comma 2016-09-02 17:33:06 +05:30
Jordi Boggiano
a67b127a1a Add deprecation notice for the event type hint rewrites, refs #5238 2016-04-24 15:48:48 +01:00
Jordi Boggiano
aeafe2fe59 Add INIT event and bump plugin-api to 1.1.0, fixes #5232 2016-04-22 20:30:24 +01:00
forevermatt
f1a16596d1 Fix small typos 2016-04-20 13:25:06 -04:00
Jordi Boggiano
60ce2324bc Add ability to call composer from scripts using @composer XXX, fixes #5153 2016-04-11 19:03:32 +01:00
Filippo Tessarotto
4d1416050d Adapt scripts doc to 55b0ed8c8b 2016-03-25 12:16:56 +01:00
Jordi Boggiano
adc0bbeeb9 Forward args/flags down to referenced events 2015-11-14 14:02:47 +00:00
Giorgio Premi
a25492d1b9 Allow composer script call with @ syntax 2015-11-09 15:34:11 +01:00
Jordi Boggiano
620e629ec3 Update some more descriptions, refs #4114 2015-09-20 14:11:09 +01:00