Skip to content

Commit 9d1dd20

Browse files
committed
Add post-install-cmd composer script to update Public Suffix List
Fixes #37.
1 parent 00bdb37 commit 9d1dd20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"files": [
4545
"src/pdp-parse-url.php"
4646
]
47+
},
48+
"scripts": {
49+
"post-install-cmd": "php bin/pdp-psl"
4750
}
4851
}

0 commit comments

Comments
 (0)