Skip to content

Commit 35ebc6a

Browse files
author
Corey McCormick
committed
Fix composer aliases
1 parent a0ccceb commit 35ebc6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"providers": [
3131
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
3232
],
33-
"aliases": [
33+
"aliases": {
3434
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
35-
]
35+
}
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)