Skip to content

Commit 142f418

Browse files
committed
Adjust version constraints and remove the explicit 'platform' declaration
1 parent fef1d3d commit 142f418

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"source": "https://github.com/stevegrunwell/phpunit-markup-assertions/"
1616
},
1717
"require": {
18-
"laminas/laminas-dom": "^2.7.0|^2.8"
18+
"php": "^5.6 || ^7.0 || ^8.0",
19+
"laminas/laminas-dom": "~2.7.2 || ^2.8"
1920
},
2021
"require-dev": {
2122
"symfony/phpunit-bridge": "^5.2"
@@ -44,9 +45,6 @@
4445
},
4546
"config": {
4647
"preferred-install": "dist",
47-
"sort-packages": true,
48-
"platform": {
49-
"php": "7.4"
50-
}
48+
"sort-packages": true
5149
}
5250
}

0 commit comments

Comments
 (0)