Skip to content

Commit

Permalink
Fix composer case error
Browse files Browse the repository at this point in the history
Composer 2.0 requires all lowercase for depednecies
  • Loading branch information
incarnate authored Dec 8, 2021
1 parent f74d05d commit 5581c82
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 @@ -25,7 +25,7 @@
"phpunit/phpunit": "4.8.*",
"phpdocumentor/phpdocumentor": "~2.8",
"internations/http-mock": "~0.7",
"jeremeamia/SuperClosure": "1.0.2",
"jeremeamia/superclosure": "1.0.2",
"squizlabs/php_codesniffer": "2.*"
},
"autoload": {
Expand Down

0 comments on commit 5581c82

Please sign in to comment.