Skip to content

v2.0.0

Compare
Choose a tag to compare
@otsch otsch released this 14 Sep 23:29
· 32 commits to master since this release

Removed

  • BREAKING: Removed access to URL components (scheme, host, path,...) via magic class properties ($this->scheme, $this->host,...). Use method calls instead ($this->scheme(), $this->host(),...).

Changed

  • Required PHP version is now 8.0.
  • Updated schemes and suffixes lists.

Added

  • As the PHP version requirement allows it now, the crwlr/query-string package now is a dependency of this package and doesn't have to be required separately anymore in order for the Url::queryString() method to work.