Skip to content

Commit 8798259

Browse files
committed
chore: Updated Composer File
- Added CS Fixer - Added `ext-json` as Requred - Change `test-10` to `test10`
1 parent b99ed3d commit 8798259

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": ">=8.0"
13+
"php": ">=8.1",
14+
"ext-json": "*"
1415
},
1516
"autoload": {
1617
"psr-4": {
@@ -24,9 +25,11 @@
2425
},
2526
"scripts": {
2627
"test": "phpunit --configuration tests/phpunit.xml",
27-
"test-10": "phpunit --configuration tests/phpunit10.xml"
28+
"test10": "phpunit --configuration tests/phpunit10.xml",
29+
"fix-cs": "php-cs-fixer fix --config=php_cs.php.dist"
2830
},
2931
"require-dev": {
30-
"phpunit/phpunit": "^10.0"
32+
"phpunit/phpunit": "^10.0",
33+
"friendsofphp/php-cs-fixer": "^3.92"
3134
}
32-
}
35+
}

0 commit comments

Comments
 (0)