File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ script: phpunit
1111
1212before_script :
1313 - composer install
14- - ./bin/pdp -psl
14+ - ./bin/update -psl
Original file line number Diff line number Diff line change @@ -358,13 +358,13 @@ refresh your cached copy of the Public Suffix List.
358358From the root of your project, simply call:
359359
360360``` bash
361- $ ./vendor/bin/pdp -psl
361+ $ ./vendor/bin/update -psl
362362```
363363
364364You 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
368368update the cached Public Suffix List.
369369
370370Contributing
File renamed without changes.
Original file line number Diff line number Diff line change 2020 ],
2121 "bin" : [
2222 " bin/parse" ,
23- " bin/pdp -psl"
23+ " bin/update -psl"
2424 ],
2525 "keywords" : [
2626 " Public Suffix List" ,
4747 ]
4848 },
4949 "scripts" : {
50- "post-install-cmd" : " php bin/pdp -psl"
50+ "post-install-cmd" : " php bin/update -psl"
5151 }
5252}
You can’t perform that action at this time.
0 commit comments