Skip to content

Commit fef1d3d

Browse files
committed
Adjust the laminas/laminas-dom constraints so older versions of PHP may still install 2.7.x
1 parent cca71b5 commit fef1d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": "https://github.com/stevegrunwell/phpunit-markup-assertions/"
1616
},
1717
"require": {
18-
"laminas/laminas-dom": "^2.7"
18+
"laminas/laminas-dom": "^2.7.0|^2.8"
1919
},
2020
"require-dev": {
2121
"symfony/phpunit-bridge": "^5.2"

0 commit comments

Comments
 (0)