Skip to content

Commit a83d035

Browse files
authored
Update version, phpunit & css-selector versions in composer.json
1 parent 16692ca commit a83d035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highwire/better-dom-document",
3-
"version": "3.0.16",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause",
55
"type": "library",
66
"description": "BetterDOMDocument is a handy PHP utility class for working with XML. It's a wrapper for PHP's built in DOMDocument that provides a bunch of nice shortcuts that makes working with XML in PHP a breeze. It has great built-in support for namespaces, and xpath.",
@@ -17,10 +17,10 @@
1717
}
1818
],
1919
"require-dev": {
20-
"phpunit/phpunit": "^11.3.0"
20+
"phpunit/phpunit": "^11.3"
2121
},
2222
"require": {
23-
"symfony/css-selector": "^7.1.0"
23+
"symfony/css-selector": "^6.4|^7.1"
2424
},
2525
"extra": {
2626
"branch-alias": {

0 commit comments

Comments
 (0)