File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
- # This repository is no longer maintained.
2
-
3
- Issue reports and pull requests will not be attended.
4
-
5
1
# Inky
6
2
7
3
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
10
6
11
7
You can install this bundle using composer
12
8
13
- composer require hampe /inky
9
+ composer require filipegar /inky
14
10
15
11
or add the package to your ` composer.json ` file directly.
16
12
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " hampe /inky" ,
2
+ "name" : " filipegar /inky" ,
3
3
"description" : " PHP Implementation of ZURB's Foundation for Email parser (Inky)" ,
4
- "version" : " 1.3.6.2 " ,
4
+ "version" : " 1.3.7 " ,
5
5
"license" : " MIT" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Thomas Hampe" ,
9
9
10
+ },
11
+ {
12
+ "name" : " Filipe Garcia" ,
13
+
10
14
}
11
15
],
12
16
"require-dev" : {
13
- "phpunit/phpunit" : " 4.8.* "
17
+ "phpunit/phpunit" : " ^6.5 "
14
18
},
15
19
"autoload" : {
16
20
"psr-4" : {
17
21
"Hampe\\ Inky\\ " : " src/"
18
22
}
19
23
},
20
24
"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"
23
30
}
24
31
}
You can’t perform that action at this time.
0 commit comments