Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f53fc5d

Browse files
committed
fix: use lowercase letters only in package names
Composer 2.0 will not allow uppercase.
1 parent 77cd001 commit f53fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"doctrine/migrations": "^1.0 || ^2.0",
2525
"guzzlehttp/guzzle": "^5.3.3 || ^6.3.3",
26-
"mikey179/vfsStream": "^1.6",
26+
"mikey179/vfsstream": "^1.6",
2727
"php-amqplib/php-amqplib": "^2.0",
2828
"phpunit/phpunit": "^5.7.27 || 6.5.8 || ^7.1.2",
2929
"predis/predis": "^1.0",

0 commit comments

Comments
 (0)