Fixed typo in composer.json
This commit is contained in:
parent
80fa6ab88e
commit
762d5860c7
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"satooshi/php-coveralls": "~1.0"
|
"satooshi/php-coveralls": "~1.0"
|
||||||
}
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"joshtronic\\": "src"
|
"joshtronic\\": "src"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue