Skip to content

Commit

Permalink
fix uppercase name of dependency, composer 2.0 will error on uppercas…
Browse files Browse the repository at this point in the history
…e dependency names
  • Loading branch information
Kaapiii committed Nov 6, 2019
1 parent 9b5ec12 commit c05a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"require": {
"composer/installers": "~1.0",
"beberlei/DoctrineExtensions": "1.1.9"
"beberlei/doctrineextensions": "1.1.9"
}
}

0 comments on commit c05a55e

Please sign in to comment.