1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
Commit graph

242 commits

Author SHA1 Message Date
bilogic
d3da12a30d
explicitly state UTC 2025-01-06 11:39:42 +08:00
SvenRtbg
c779570bb7
Update keywords documentation (#11905) 2024-04-03 10:50:28 +02:00
Jordi Boggiano
07fa4255d6
Add support for php extension packages (#11795)
* Update schema
* Validate php-ext is only set for php-ext or php-ext-zend packages
* Make sure the pool builder excludes php-ext/php-ext-zend
2024-03-20 22:04:58 +01:00
Antoine M
d0b465ffd0
chore(doc): add _comment documentation inside composer.json schema (#11825)
* Update 04-schema.md

* example
2024-02-07 10:10:05 +01:00
Valentin Udaltsov
1f9f91cfea
Changed psr/logger to psr/log (#11652) 2023-09-22 09:49:08 +02:00
Nate Devereux
c5baa37cdf
Update Silverstripe casing (#11565) 2023-08-03 11:28:29 +02:00
Martin Adler
d05f4791cd
Fix outdated package name regex pattern in documentation (#11523) 2023-07-01 14:04:02 +02:00
Ben Ramsey
cd137ee29b
Add security to support options (#11271)
This support option allows projects to specify a URL to the project's
vulnerability disclosure policy (VDP).
2023-03-10 22:28:10 +01:00
Jordi Boggiano
acc1869742
Clarify readme docs 2023-03-10 17:51:56 +01:00
Jeffrey Cafferata
ceec6ff8e2
Documentation code syntax highlighting (#11011)
* Add newline at end of file.

* Create a uniformat in the code syntax highlighting by using the main syntax `shell` instead of the alias `bash`/`sh`.

* Added (of corrected) the missing code syntax highlighting.

* Split the shell commands from the text outputs.

* Fix JSON samples formatting.

* Checked the commands and updated the text output.
2022-08-20 12:23:00 +02:00
Jordi Boggiano
e59812c439
Add prompt suggesting using --dev when require command is used with dev packages (#10960)
* Add prompt suggesting using --dev when require command is used with packages which appear to be dev, fixes #10939
2022-07-21 14:40:21 +02:00
Jordi Boggiano
e9b44b4499
Document files autoloading order, fixes #10509 2022-06-07 15:27:54 +02:00
kenedy akena
61ed47baba
Update 04-schema.md (#10554)
Fix grammar to make the sentence grammatically correct
2022-02-21 13:33:20 +01:00
James Watts
96332161fe
Fix simple typo and slightly reword phrase. (#10456) 2022-01-13 16:00:10 +01:00
gnito-org
239638e687
Fix minor spelling & grammar issues in docs (#10370) 2021-12-19 15:15:21 +01:00
Helmut Hummel
f12a5b8214
Expose path to autoload in a global var for binaries (#10137)
Always create proxy files for package binaries,
to avoid not working binaries in case the package
was installed from a path repository and is itself linked

If the binary is a PHP script, a global variable is now exposed,
which holds the path to the vendor/autoload.php file.
This variable can the be used in the binaries to include this file
without guessing where the path to the vendor folder might be.

Additionally it is now checked on binary creation whether
the reference binary has a shebang and if not, generates
a much simple proxy code, because the stream wrapper code,
that is required for PHP <8 to omit the shebang from the output,
can be skipped.

Fixes: #10119

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2021-11-25 09:53:03 +01:00
Wouter de Jong
bb128c465c Capitalize Composer in the docs 2021-10-25 13:11:56 +02:00
Thomas Dutrion
82a7c527f9
Highlight the proprietary license trick
From the Symfony Dev #french slack channel (symfony-devs.slack.com), people look confused regarding the value to use as license for proprietary projects, even though it's written in the documentation.

Because proprietary software is still a massive part of composer's usage, I think it can be interesting to have it as a note, more readable to people.

Extract from the conversation:
> J’étais sur la bonne page, il me manquait deux lignes de scroll pour voir ça -.- On a tous nos petits moments de faiblesse

Which roughly translates to:
> I was looking at the right page, just about two lines above... We all have our weak moments
2021-07-22 12:08:25 +02:00
Guilliam Xavier
41c66b1a2d Revert "Update docs and add more helpful output to validate command, refs #9782"
This reverts commit 458bd41d8f.
2021-05-24 11:46:08 +02:00
Jordi Boggiano
458bd41d8f
Update docs and add more helpful output to validate command, refs #9782 2021-05-20 16:11:51 +02:00
Jordi Boggiano
19eef374d0
Clarify package link docs a little, refs #9569 2021-01-08 09:29:48 +01:00
Jordi Boggiano
f129c231b1
Update recommended php req in docs 2020-11-20 09:18:21 +01: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
49a28f606c
Merge branch '1.10' 2020-10-23 10:38:03 +02:00
Christophe Coevoet
8e9262f129
Enhance the doc about provide to reduce mistakes 2020-10-22 15:13:01 +02:00
Ayesh Karunaratne
6e3efabbfc
Multiple grammar fixes in markdown files 2020-07-01 02:43:13 +07:00
Jordi Boggiano
501b06323d
Fix wording 2020-06-03 13:12:22 +02:00
Markus Staab
50944e1c42
Added docs for glob pattern support in classmaps 2020-06-03 11:04:43 +02:00
Jordi Boggiano
ba3df8faea
Merge pull request #8843 from FIDATA/feature/archive-name
Add (default) base name of archive into composer.json
2020-05-06 11:06:28 +02:00
Jordi Boggiano
0071bc1ec0
Add docs about new runtime features 2020-05-01 10:18:54 +02:00
Basil Peace
6140897d08 feat: add archive.name config option 2020-04-29 01:01:48 +03:00
Carsten Brandt
8f8840bfda
Update 04-schema.md to reflect package naming in 2.0 (#8777) 2020-04-23 11:02:50 +02:00
Jordi Boggiano
44a4429978
Remove PEAR installer/downloader/repos/..., fixes #8778 2020-04-15 00:24:13 +02:00
Ayesh Karunaratne
280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically 2020-04-13 06:22:02 +07:00
Nils Adermann
538f070a29
JSON Syntax fix for schema doc
Co-Authored-By: Andreas Möller <am@localheinz.com>
2020-02-14 10:08:37 +01:00
Nils Adermann
5c4f524d6a
Add funding field to composer.json
You can specify a list of funding options each with a type and URL. The
type is used to specify the kind of funding or the platform through
which funding is possible.
2020-02-14 10:08:35 +01:00
Fonata
6add026df0
Explain the syntax of stability flags 2019-12-25 20:13:57 +01:00
Alexey Kopytko
e92eda5678
composer/composer#7384: update chat note based on code review feedback
Co-Authored-By: dmanners <dmanners87@gmail.com>
2018-10-22 10:11:34 +02:00
David Manners
96347fbea1 composer/composer#7384: add chat to support options
- update schema documents to note that chat is allowed,
 - validate that chat must be a string and a url similar to forum options
2018-10-14 11:15:25 +00:00
Jordi Boggiano
9de9c2b114
Merge pull request #7259 from tflori/doc-readme-patch
move readme description one level up
2018-04-13 11:04:53 +02:00
Jordi Boggiano
eaf725d6a5
Merge pull request #7131 from pylebecq/doc-abandoned-prop
Add abandoned property in composer schema documentation
2018-04-13 10:11:54 +02:00
Thomas Flori
6825592d65
move readme description one level up 2018-04-13 09:06:45 +02:00
Jordi Boggiano
a8cf4a07fc Merge branch '1.6' 2018-04-12 20:03:08 +02:00
Jordi Boggiano
24ef605473 Clarify that #refs is root-only, fixes #7241 2018-04-12 19:49:18 +02:00
Thomas Flori
05c9542db8
add readme to support fields in the schema docs 2018-04-12 06:37:16 +02:00
Sven Luijten
8f65518ed3 Avoid using 'just' in documentation 2018-03-23 11:37:33 +01:00
Pierre-Yves Lebecq
efc744de76 Add abandoned property in composer schema documentation 2018-02-23 10:50:53 +01:00
Jordi Boggiano
9b30d83c23 More license docs fixes 2018-01-22 09:42:50 +01:00
Jordi Boggiano
2e0a25e73f Update license docs 2018-01-22 09:37:05 +01:00