Skip to content

Commit dcdc2ca

Browse files
committed
Fix errors in composer 2.0 with uppercase letters in the package names
1 parent 76334f5 commit dcdc2ca

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
@@ -12,13 +12,13 @@
1212
"require": {
1313
"php": ">=5.4.0",
1414
"tedivm/jshrink": "~1.0",
15-
"natxet/CssMin": "3.*",
15+
"natxet/cssmin": "3.*",
1616
"illuminate/filesystem": "~5.0|^6|^7",
1717
"illuminate/support": "~5.0|^6|^7"
1818
},
1919
"require-dev": {
2020
"phpspec/phpspec": "2.0.0",
21-
"mikey179/vfsStream": "1.2.*"
21+
"mikey179/vfsstream": "1.2.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)