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 b99ed3d commit 8798259Copy full SHA for 8798259
1 file changed
composer.json
@@ -10,7 +10,8 @@
10
],
11
"license": "MIT",
12
"require": {
13
- "php": ">=8.0"
+ "php": ">=8.1",
14
+ "ext-json": "*"
15
},
16
"autoload": {
17
"psr-4": {
@@ -24,9 +25,11 @@
24
25
26
"scripts": {
27
"test": "phpunit --configuration tests/phpunit.xml",
- "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"
30
31
"require-dev": {
- "phpunit/phpunit": "^10.0"
32
+ "phpunit/phpunit": "^10.0",
33
+ "friendsofphp/php-cs-fixer": "^3.92"
34
}
-}
35
+}
0 commit comments