Skip to content

Commit 532a2e4

Browse files
committed
fix: envoi is not a real dependency
Declare envoi as a development-only dependency since it is not actually used by any code in this library. Its usage is depicted in the examples so the package is retained.
1 parent ea14ee5 commit 532a2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
],
1919
"require": {
2020
"php": ">=5.3.0",
21-
"linkorb/envoi": "^1.0",
2221
"linkorb/userbase-role-contracts": "^2.0",
2322
"psr/cache": "~1.0",
2423
"symfony/cache": "~3.0 || ^4.0 || ^5.0",
2524
"symfony/event-dispatcher-contracts": "^2.0",
2625
"symfony/security-core": "~2.6 || ~3.0 || ^4.0 || ^5.0"
2726
},
2827
"require-dev": {
28+
"linkorb/envoi": "^1.0",
2929
"symfony/dotenv": "~3.0 || ^4.0 || ^5.0"
3030
},
3131
"config": {

0 commit comments

Comments
 (0)