File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,22 @@ the quality and consistency of their own work.
1010
1111## Publications
1212
13- - [ pds/skeleton] ( https://github.com/php-pds/skeleton/tree/1.0.0-beta2 ) 1.0.0-beta2
13+ - [ pds/skeleton] ( https://github.com/php-pds/skeleton/tree/1.0.0 ) 1.0.0
1414
1515## Usage
1616
1717You can indicate your package attempts to comply with a PDS publication by
1818requiring it in your package manager manifest.
1919
20- For example, under Composer, ` {"require-dev": {"pds/skeleton": "1.0.0"}} `
21- indicates your package attempts to comply with the ` pds/skeleton ` publication
22- in its first stable state.
20+ For example, under Composer, ` {"require-dev": {"pds/skeleton": "~1.0"}} `
21+ indicates your package attempts to comply with the ` pds/skeleton ` publication.
2322
24- > N.b.: Adding a publication to your package manager manifest helps with
25- > ongoing research as to adoption levels of that publication.
23+ You can also indicate in your package README that your package has adopted a
24+ publication by displaying the relevant [ badges] ( https://github.com/php-pds/badges ) .
25+
26+ > N.b.: Advertising PDS compliance, whether by adding a publication to your
27+ > package manager manifest or by displaying a badge, helps with ongoing research
28+ > as to adoption levels of PDS publications.
2629
2730## Naming and Versioning
2831
You can’t perform that action at this time.
0 commit comments