Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 930936d

Browse files
committed
Fixed dev dependency
1 parent ae2cb37 commit 930936d

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
@@ -8,7 +8,9 @@
88
"symfony/console": "~3.0",
99
"seld/cli-prompt": "~1.0"
1010
},
11-
"require-dev": {},
11+
"require-dev": {
12+
"phpunit/phpunit": "^5.2"
13+
},
1214
"autoload": {
1315
"psr-4": { "Litipk\\JupyterPhpInstaller\\": "src/"}
1416
},

0 commit comments

Comments
 (0)