update psr4 rule

This commit is contained in:
Cyprian Beauvois 2019-02-18 17:42:56 +01:00
parent 51f3bf1c22
commit a7d13d037f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Bluesquare\\Validator\\": "src/"
"Bluesquare": "./src/"
}
}
}