Skip to content

Commit

Permalink
Merge pull request #10 from g-scalvini/move-xmlsax
Browse files Browse the repository at this point in the history
Change dependency to g-scalvini/xml_htmlsax3 and specify phpunit version
  • Loading branch information
bolknote authored Oct 4, 2023
2 parents e62eb4d + fd28541 commit 3d832cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"require": {
"php": ">=5.3.3",
"pear/pear_exception": "*",
"pear/xml_htmlsax3": "*"
"g-scalvini/xml_htmlsax3": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 3d832cc

Please sign in to comment.