Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Prepare archiving the package
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 6, 2021
1 parent 7a6be3d commit a3ef2f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Uri Hostname Parser
=======

# This package is EOL since 2018-02-16

**This repository was a temporary workaround for**

- **[PHP Domain Parser v3.0](https://github.com/jeremykendall/php-domain-parser/releases/tag/3.0.0)**
- **used by [League URI v5](https://github.com/thephpleague/uri/releases/tag/5.2.0).**

**You should instead use:**

- **[The latest League URI package](https://github.com/thephpleague/uri/releases).**
- **[The latest PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/releases).**

[![Build Status](https://img.shields.io/travis/thephpleague/uri-hostname-parser/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/uri-hostname-parser)
[![Latest Version](https://img.shields.io/github/release/thephpleague/uri-hostname-parser.svg?style=flat-square)](https://github.com/thephpleague/uri-hostname-parser/releases)

Expand Down Expand Up @@ -69,4 +81,4 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
Attribution
-------

This work is based on a Fork of [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/)
This work is based on a Fork of [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"require": {
"php": ">=7.0",
"ext-intl": "*",
"psr/simple-cache": "^1"
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"mikey179/vfsStream": "^1.6",
"mikey179/vfsstream": "^1.6",
"friendsofphp/php-cs-fixer": "^2.7"
},
"suggest": {
Expand All @@ -63,4 +63,4 @@
"phpunit": "phpunit --coverage-text",
"phpcs": "php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes"
}
}
}

0 comments on commit a3ef2f8

Please sign in to comment.