Skip to content

Commit

Permalink
Merge pull request #5 from PerryRylance/Perry
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
PerryRylance authored Jul 26, 2020
2 parents a07af50 + 650c481 commit a8467db
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
@@ -1,7 +1,7 @@
{
"name": "perry-rylance/dom-document",

"version": "1.0.1",
"version": "1.0.2",
"minimum-stability": "stable",

"description": "An extension of PHP's DOMDocument library. This library implements many common jQuery functions, adds support for HTML5, CSS selectors, method chaining and performing operations on sets of matched results.",
Expand All @@ -21,7 +21,7 @@
],

"require": {
"php": "^5.4",
"php": "^5.4.0",
"masterminds/html5": "^2.7",
"symfony/css-selector": "^5.1"
},
Expand Down

0 comments on commit a8467db

Please sign in to comment.