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
Jordi Boggiano
b9fbd5e5b1
Merge remote-tracking branch 'nevvermind/patch-2'
2015-09-20 14:08:32 +01:00
Rob Bast
91336a8312
Merge branch 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer into jeskew-feature/document-need-to-require-autoloader-in-script-hooks
...
* 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer:
"No files" was inaccurate; amend to specify "no files except"
House style requires concatenation in examples
Reiterate the disclaimer in the context of callbacks
Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files
2015-08-12 13:48:55 +02:00
Jonathan Eskew
4e3fbeabfc
"No files" was inaccurate; amend to specify "no files except"
2015-07-01 09:38:14 -07:00
Jonathan Eskew
56ffa407f1
House style requires concatenation in examples
2015-07-01 09:15:22 -07:00
Jonathan Eskew
5fe37357a2
Reiterate the disclaimer in the context of callbacks
2015-06-29 14:44:28 -07:00
Jonathan Eskew
26a2e94e78
Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files
2015-06-27 14:38:09 -07:00
nevvermind
1cba63cc0a
fix typo + better express order of events
...
The fix here being more "occurs before a package has been uninstalled", which is incorrect.
2015-06-06 11:06:14 +01:00
Jordi Boggiano
26799f4244
Update script/plugin docs
2015-03-04 23:50:10 +00:00
Jordi Boggiano
6c0afd3fc0
Merge pull request #3191 from jakoch/master
...
added stof's php inline example from #3190 to doc/articles/scripts.md
2014-10-04 17:55:03 +01:00
Jordi Boggiano
3d1a094535
Merge pull request #3262 from jklein/patch-1
...
Fixing a typo in the scripts documentation
2014-10-04 17:00:32 +01:00
Jordi Boggiano
efcdb394d3
Rename *-solve-dependencies to *-dependencies-solving
2014-09-30 16:26:55 +01:00
Jonathan Klein
7dadd22ea4
Fixing a typo in the scripts documentation
2014-09-05 12:21:50 -04:00
jakoch
9d5106e2e3
added stof's php inline example from #3190 to doc/articles/scripts.md
2014-08-06 14:54:43 +02:00
Jordi Boggiano
400f35efde
Doc tweak
2014-07-23 19:00:59 +02:00
Jordi Boggiano
e5b36827ee
Improve scripts docs
2014-07-23 16:47:54 +02:00
Jordi Boggiano
0c85ca426d
Add code-fences to examples for syntax highlighting
2014-05-19 12:17:07 +02:00
James Moran
c103b54991
updated documentation with pre/post archive events
2014-01-27 19:45:20 -05:00
James Titcumb
7799c27df0
Removed sneaky typo
2013-12-18 21:59:10 +00:00
James Titcumb
8bdffd75ce
Add information on how to run scripts manually
2013-12-18 21:58:20 +00:00
Sam Evaskitas
2f71d25f31
fix line lengths
2013-10-12 14:32:57 +01:00
Sam Evaskitas
ec3e5bf5ab
fix up markdown
2013-10-12 05:03:08 +01:00
Sam Evaskitas
bd36f5ef1b
added warning about referencing dependencies in pre-install and pre-update
2013-10-12 04:58:43 +01:00
Sascha Egerer
e31a0f8296
Add pre-status-cmd and post-status-cmd hooks
2013-08-01 08:44:07 +02:00
Tobias Munk
f28f3c2d96
updated docs with new create project command information
2013-05-31 11:39:14 +02:00
Taylor Otwell
60cd875cc2
Added "pre-autoload-dump" event.
...
This event is fired before the autoload file is generated, for either
an install or update command.
2013-05-06 09:37:21 -05:00
Jordi Boggiano
8518cd1be8
Add post-autoload-dump event to docs/schema
2013-02-22 18:44:50 +01:00
PCSG
d0a61bbaa0
Update doc/articles/scripts.md
...
forget a comma
2013-01-23 18:55:57 +01:00
Jordi Boggiano
5fc0de566f
Fix docs
2012-10-22 20:24:05 +02:00
John Kary
a069f7a906
Fix styling typo
2012-10-21 14:05:32 -05:00
John Kary
b213e585df
Update and refine Scripts docs with CLI-based commands
2012-10-05 23:37:26 -05:00
Igor Wiedler
d93f03d0c4
Re-wrap and re-format some docs to make the LaTeX friendly
2012-08-29 22:30:47 +02:00
Romain Neutron
6844d7b572
Removed scripts documentation duplication, refactor to the dedicated article page
2012-03-27 00:59:08 +02:00