Skip to content

Commit

Permalink
Merge pull request #34 from jeremykendall/fix/remove-bc-breaking-pdp-…
Browse files Browse the repository at this point in the history
…version

Removes BC breaking pdp version
  • Loading branch information
jwage committed Jul 30, 2014
2 parents 349737e + 542fd95 commit 81fca2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"require": {
"php": ">=5.3.0",
"jeremykendall/php-domain-parser": "~1.4"
"jeremykendall/php-domain-parser": "1.3.1"
}
}
5 changes: 0 additions & 5 deletions tests/Purl/Test/PublicSuffixListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public function parseDataProvider()
array('test.museum', 'museum', 'test.museum', null, 'test.museum'),
array('bob.smith.name', 'name', 'smith.name', 'bob', 'bob.smith.name'),
array('tons.of.info', 'info', 'of.info', 'tons', 'tons.of.info'),
array('http://Яндекс.РФ', 'рф', 'яндекс.рф', null, 'яндекс.рф'),
array('www.食狮.中国', '中国', '食狮.中国', 'www', 'www.食狮.中国'),
array('食狮.com.cn', 'com.cn', '食狮.com.cn', null, '食狮.com.cn'),
array('www.xn--85x722f.xn--fiqs8s', 'xn--fiqs8s', 'xn--85x722f.xn--fiqs8s', 'www', 'www.xn--85x722f.xn--fiqs8s'),
array('xn--85x722f.com.cn', 'com.cn', 'xn--85x722f.com.cn', null, 'xn--85x722f.com.cn'),
);
}
}

0 comments on commit 81fca2c

Please sign in to comment.