Skip to content

Commit

Permalink
fix autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo committed Sep 18, 2017
1 parent fe80156 commit 0c972f5
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "samayo/bulletproof",
"description": "A simple and secure PHP image uploader",
"keywords": [
"image",
"upload",
"security"
],
"homepage": "http://github.com/samayo/bulletproof",
"license": "MIT",
"authors": [
{
"name": "samayo"
}
],
"require": {
"php": ">=5.3.0",
"ext-exif": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
"Bulletproof\\": "src/"
}
}
}
"name":"samayo/bulletproof",
"description":"A simple and secure PHP image uploader",
"keywords":[
"image",
"upload",
"security"
],
"homepage":"http://github.com/samayo/bulletproof",
"license":"MIT",
"authors":[
{
"name":"samayo"
}
],
"require":{
"php":">=5.3.0",
"ext-exif":"*"
},
"require-dev":{
"phpunit/phpunit":"^4.0|^5.0"
},
"autoload":{
"files":[
"src/bulletproof.php"
]
}
}

0 comments on commit 0c972f5

Please sign in to comment.