File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ * Replace ` zendframework/zend-dom ` with ` laminas/laminas-dom ` ([ #16 ] ).
910* Update Composer dependencies, add a ` composer test ` script ([ #15 ] ).
1011
1112## [ 1.2.0] - 2018-03-27
@@ -34,3 +35,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3435[ #9 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/issues/9
3536[ #13 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/issues/13
3637[ #15 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/15
38+ [ #16 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/issues/16
Original file line number Diff line number Diff line change 1515 "source" : " https://github.com/stevegrunwell/phpunit-markup-assertions/"
1616 },
1717 "require" : {
18- "zendframework/zend -dom" : " ^2.7"
18+ "laminas/laminas -dom" : " ^2.7"
1919 },
2020 "require-dev" : {
2121 "phpunit/phpunit" : " ^6.0"
4545 "config" : {
4646 "preferred-install" : " dist" ,
4747 "sort-packages" : true ,
48- "optimize-autoloader" : true ,
49- "platform" : {
50- "php" : " 7.2"
51- }
48+ "optimize-autoloader" : true
5249 }
5350}
Original file line number Diff line number Diff line change 99namespace SteveGrunwell \PHPUnit_Markup_Assertions ;
1010
1111use DOMDocument ;
12+ use Laminas \Dom \Query ;
1213use PHPUnit \Framework \RiskyTestError ;
13- use Zend \Dom \Query ;
1414
1515trait MarkupAssertionsTrait
1616{
You can’t perform that action at this time.
0 commit comments