Skip to content

Commit 2a56ccf

Browse files
committed
Bump in dependencies to support PHP 7.2
Replaced paquettg/php-html-parser with thesoftwarefanatics/php-html-parser.
1 parent 26c7a89 commit 2a56ccf

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# This repository is no longer maintained.
2-
3-
Issue reports and pull requests will not be attended.
4-
51
# Inky
62

73
A PHP Implementation of ZURB's Foundation for Email parser ([Inky](https://github.com/zurb/inky)).
@@ -10,7 +6,7 @@ A PHP Implementation of ZURB's Foundation for Email parser ([Inky](https://githu
106

117
You can install this bundle using composer
128

13-
composer require hampe/inky
9+
composer require filipegar/inky
1410

1511
or add the package to your `composer.json` file directly.
1612

composer.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
{
2-
"name": "hampe/inky",
2+
"name": "filipegar/inky",
33
"description": "PHP Implementation of ZURB's Foundation for Email parser (Inky)",
4-
"version": "1.3.6.2",
4+
"version": "1.3.7",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Thomas Hampe",
99
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Filipe Garcia",
13+
"email": "[email protected]"
1014
}
1115
],
1216
"require-dev": {
13-
"phpunit/phpunit": "4.8.*"
17+
"phpunit/phpunit": "^6.5"
1418
},
1519
"autoload": {
1620
"psr-4": {
1721
"Hampe\\Inky\\": "src/"
1822
}
1923
},
2024
"require": {
21-
"php": ">=5.4.0",
22-
"paquettg/php-html-parser": "^1.7"
25+
"php": ">=7.0",
26+
"thesoftwarefanatics/php-html-parser": "^1.8"
27+
},
28+
"replace": {
29+
"thampe/inky": "self.version"
2330
}
2431
}

0 commit comments

Comments
 (0)