Skip to content

Commit 023ed9e

Browse files
committed
More updates
1 parent 9030eb0 commit 023ed9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"type": "phpcodesniffer-standard",
1010
"require": {
1111
"dealerdirect/phpcodesniffer-composer-installer": "*",
12-
"squizlabs/php_codesniffer": "~3.9.0",
12+
"squizlabs/php_codesniffer": "^3.9.0",
1313
"slevomat/coding-standard": "^8.14",
1414
"php": ">=7.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "9.6.8",
17+
"phpunit/phpunit": "^9.5",
1818
"donatj/drop": "^1.0",
1919
"friendsofphp/php-cs-fixer": "^3.14",
20-
"ext-dom": "*",
21-
"nikic/php-parser": "^4"
20+
"nikic/php-parser": "^4",
21+
"ext-dom": "*"
2222
},
2323
"authors": [
2424
{

0 commit comments

Comments
 (0)