Skip to content

Commit 1e47dd6

Browse files
committed
Upgrade ligth'n'candy to 1.1.
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
1 parent 54b7a4e commit 1e47dd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
"require": {
1818
"php": ">=5.4.0",
1919
"illuminate/view": "5.*",
20-
"zordius/lightncandy": "1.0.*"
20+
"zordius/lightncandy": "1.1.*"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.2"
23+
"orchestra/testbench": "~3.2",
24+
"phpunit/phpunit": "^6.0"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)