Skip to content

Commit 394c594

Browse files
authored
Merge pull request ProAI#19 from greut/update-lightncandy
Upgrade LightnCandy to 1.1.*.
2 parents 54b7a4e + 1e47dd6 commit 394c594

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)