Skip to content

Commit 7d3dbfd

Browse files
committed
Rename pdp-psl to update-psl
1 parent c671eb6 commit 7d3dbfd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ script: phpunit
1111

1212
before_script:
1313
- composer install
14-
- ./bin/pdp-psl
14+
- ./bin/update-psl

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,13 @@ refresh your cached copy of the Public Suffix List.
358358
From the root of your project, simply call:
359359

360360
``` bash
361-
$ ./vendor/bin/pdp-psl
361+
$ ./vendor/bin/update-psl
362362
```
363363

364364
You may verify the update by checking the timestamp on the files located in the
365365
`data` directory.
366366

367-
**Important**: The vendor binary `pdp-psl` depends on an internet connection to
367+
**Important**: The vendor binary `update-psl` depends on an internet connection to
368368
update the cached Public Suffix List.
369369

370370
Contributing
File renamed without changes.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"bin": [
2222
"bin/parse",
23-
"bin/pdp-psl"
23+
"bin/update-psl"
2424
],
2525
"keywords": [
2626
"Public Suffix List",
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"scripts": {
50-
"post-install-cmd": "php bin/pdp-psl"
50+
"post-install-cmd": "php bin/update-psl"
5151
}
5252
}

0 commit comments

Comments
 (0)