Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 35ae45d

Browse files
committed
Move extension to the correct segment
1 parent 877f840 commit 35ae45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"require": {
1111
"php": ">=7.4",
1212
"phpstan/phpstan": "^1.11",
13-
"ext-json": "*"
1413
},
1514
"license": "Apache-2.0",
1615
"autoload": {
@@ -26,7 +25,8 @@
2625
],
2726
"require-dev": {
2827
"squizlabs/php_codesniffer": "^3.10",
29-
"phpunit/phpunit": "^9.6"
28+
"phpunit/phpunit": "^9.6",
29+
"ext-json": "*"
3030
},
3131
"scripts": {
3232
"phpcs": "./vendor/bin/phpcs --standard=PSR12 src tests",

0 commit comments

Comments
 (0)