Skip to content

Commit 979b57a

Browse files
committed
Require psy/psysh and ext-json for dev
1 parent 77fc16b commit 979b57a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"egulias/email-validator": "^2.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6|^7.3"
20+
"ext-json": "*",
21+
"phpunit/phpunit": "^6|^7.3",
22+
"psy/psysh": "^0.9.8"
2123
},
2224
"autoload": {
2325
"files": [

0 commit comments

Comments
 (0)