We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef1d3d commit 142f418Copy full SHA for 142f418
composer.json
@@ -15,7 +15,8 @@
15
"source": "https://github.com/stevegrunwell/phpunit-markup-assertions/"
16
},
17
"require": {
18
- "laminas/laminas-dom": "^2.7.0|^2.8"
+ "php": "^5.6 || ^7.0 || ^8.0",
19
+ "laminas/laminas-dom": "~2.7.2 || ^2.8"
20
21
"require-dev": {
22
"symfony/phpunit-bridge": "^5.2"
@@ -44,9 +45,6 @@
44
45
46
"config": {
47
"preferred-install": "dist",
- "sort-packages": true,
48
- "platform": {
49
- "php": "7.4"
50
- }
+ "sort-packages": true
51
}
52
0 commit comments