Skip to content

Commit 6b387ee

Browse files
committed
add composer-script-names publication
1 parent 8f6900e commit 6b387ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ the quality and consistency of their own work.
1111
## Publications
1212

1313
- [pds/skeleton](https://github.com/php-pds/skeleton/tree/1.0.0) 1.0.0
14+
- [pds/composer-script-names](https://github.com/php-pds/composer-script-names/tree/1.0.0) 1.0.0
1415

1516
## Usage
1617

1718
You can indicate your package attempts to comply with a PDS publication by
1819
requiring it in your package manager manifest.
1920

20-
For example, under Composer, `{"require-dev": {"pds/skeleton": "~1.0"}}`
21+
For example, under Composer, `{"require-dev": {"pds/skeleton": "^1.0"}}`
2122
indicates your package attempts to comply with the `pds/skeleton` publication.
2223

2324
You can also indicate in your package README that your package has adopted a

0 commit comments

Comments
 (0)