Skip to content

Commit 550c9e5

Browse files
committed
Update cli-menu
1 parent d356270 commit 550c9e5

File tree

2 files changed

+246
-74
lines changed

2 files changed

+246
-74
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/filesystem": "^3.0 | ^4.0",
2424
"fzaninotto/faker": "^1.5",
2525
"aydin-hassan/cli-md-renderer": "^2.3",
26-
"php-school/cli-menu": "dev-master",
26+
"php-school/cli-menu": "^4.1",
2727
"beberlei/assert": "^3.2",
2828
"psr/http-message": "^1.0",
2929
"zendframework/zend-diactoros": "^2.1",
@@ -49,8 +49,8 @@
4949
]
5050
},
5151
"autoload-dev": {
52-
"psr-4": {
53-
"PhpSchool\\PhpWorkshopTest\\": "test"
52+
"psr-4": {
53+
"PhpSchool\\PhpWorkshopTest\\": "test"
5454
}
5555
},
5656
"scripts" : {

0 commit comments

Comments
 (0)