You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ Consider the domain www.pref.okinawa.jp. In this domain, the
18
18
*public suffix* portion is **okinawa.jp**, the *registrable domain* is
19
19
**pref.okinawa.jp**, and the *subdomain* is **www**. You can't regex that.
20
20
21
-
PHP Domain Parser was built around accurate Public Suffix List based parsing from the very
22
-
beginning. For URL parsing, building or manipulation please refer to [better libraries](https://packagist.org/packages/sabre/uri?q=uri%20rfc3986&p=0) who are more focus on those area of development
21
+
PHP Domain Parser is built around accurate Public Suffix List based parsing. For URL parsing, building or manipulation please refer to [libraries](https://packagist.org/packages/sabre/uri?q=uri%20rfc3986&p=0) focused on those area of development.
23
22
24
23
System Requirements
25
24
-------
@@ -156,6 +155,7 @@ $ php ./bin/update-psl
156
155
157
156
This script requires that:
158
157
158
+
- the PHP `curl` extension
159
159
- The `Pdp\Installer` class which comes bundle with this package
160
160
- The use of the Cache and HTTP Client implementations bundle with the package.
0 commit comments