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
11
11
12
12
before_script :
13
13
- 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.
358
358
From the root of your project, simply call:
359
359
360
360
``` bash
361
- $ ./vendor/bin/pdp -psl
361
+ $ ./vendor/bin/update -psl
362
362
```
363
363
364
364
You may verify the update by checking the timestamp on the files located in the
365
365
` data ` directory.
366
366
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
368
368
update the cached Public Suffix List.
369
369
370
370
Contributing
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
],
21
21
"bin" : [
22
22
" bin/parse" ,
23
- " bin/pdp -psl"
23
+ " bin/update -psl"
24
24
],
25
25
"keywords" : [
26
26
" Public Suffix List" ,
47
47
]
48
48
},
49
49
"scripts" : {
50
- "post-install-cmd" : " php bin/pdp -psl"
50
+ "post-install-cmd" : " php bin/update -psl"
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments