Skip to content

Commit ae89765

Browse files
committed
Moved json requirement to dev reqs
1 parent 4baa279 commit ae89765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.3|^8.0",
24-
"ext-json": "*"
23+
"php": "^7.3|^8.0"
2524
},
2625
"require-dev": {
27-
"pestphp/pest": "^1.21"
26+
"pestphp/pest": "^1.21",
27+
"ext-json": "*"
2828
},
2929
"scripts": {
3030
"test": [

0 commit comments

Comments
 (0)