Skip to content

Commit dc1af82

Browse files
authored
Merge pull request #96 from tronsha/main
Fix attribute values for include binding
2 parents b433a72 + 4fa0c2e commit dc1af82

11 files changed

+1575
-1368
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
13+
"php": "^7.3|^8.0",
1414
"ext-dom": "*",
1515
"ext-libxml": "*",
1616
"scssphp/scssphp": "1.4.0",
@@ -34,7 +34,7 @@
3434
},
3535
"require-dev": {
3636
"ext-simplexml": "*",
37-
"phpunit/phpunit": "^7",
37+
"phpunit/phpunit": "^9",
3838
"monolog/monolog": "^1.24",
3939
"phpstan/phpstan": "^0.12",
4040
"friendsofphp/php-cs-fixer": "^2.16"

0 commit comments

Comments
 (0)