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

Commit a3ef2f8

Browse files
committed
Prepare archiving the package
1 parent 7a6be3d commit a3ef2f8

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Uri Hostname Parser
22
=======
33

4+
# This package is EOL since 2018-02-16
5+
6+
**This repository was a temporary workaround for**
7+
8+
- **[PHP Domain Parser v3.0](https://github.com/jeremykendall/php-domain-parser/releases/tag/3.0.0)**
9+
- **used by [League URI v5](https://github.com/thephpleague/uri/releases/tag/5.2.0).**
10+
11+
**You should instead use:**
12+
13+
- **[The latest League URI package](https://github.com/thephpleague/uri/releases).**
14+
- **[The latest PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/releases).**
15+
416
[![Build Status](https://img.shields.io/travis/thephpleague/uri-hostname-parser/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/uri-hostname-parser)
517
[![Latest Version](https://img.shields.io/github/release/thephpleague/uri-hostname-parser.svg?style=flat-square)](https://github.com/thephpleague/uri-hostname-parser/releases)
618

@@ -69,4 +81,4 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
6981
Attribution
7082
-------
7183

72-
This work is based on a Fork of [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/)
84+
This work is based on a Fork of [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser/)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"require": {
3535
"php": ">=7.0",
3636
"ext-intl": "*",
37-
"psr/simple-cache": "^1"
37+
"psr/simple-cache": "^1.0"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^6.3",
41-
"mikey179/vfsStream": "^1.6",
41+
"mikey179/vfsstream": "^1.6",
4242
"friendsofphp/php-cs-fixer": "^2.7"
4343
},
4444
"suggest": {
@@ -63,4 +63,4 @@
6363
"phpunit": "phpunit --coverage-text",
6464
"phpcs": "php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)