update for version 1.0.2
This commit is contained in:
@@ -25,10 +25,15 @@
|
||||
"illuminate/support":"~5.0",
|
||||
"thomaswelton/gravatarlib":"0.1.x"
|
||||
},
|
||||
"require-dev":{
|
||||
"phpunit/phpunit":"4.8.*",
|
||||
"mockery/mockery":"0.9.*"
|
||||
},
|
||||
"autoload":{
|
||||
"psr-0":{
|
||||
"Thomaswelton\\LaravelGravatar":"src/"
|
||||
"psr-4":{
|
||||
"Thomaswelton\\LaravelGravatar\\":"src/",
|
||||
"Thomaswelton\\Tests\\LaravelGravatar\\":"tests/"
|
||||
}
|
||||
},
|
||||
"minimum-stability":"stable"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user