Skip to content

Commit

Permalink
Fix autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Aug 31, 2017
1 parent cd0278c commit e22515e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -32,16 +32,16 @@
"autoload": {
"psr-4": {
"Arachne\\SecurityVerification\\": "src"
},
"files": [
"vendor/codeception/codeception/shim.php"
]
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Unit\\": "tests/unit/src",
"Tests\\Integration\\": "tests/integration/src"
}
},
"files": [
"vendor/codeception/codeception/shim.php"
]
},
"scripts": {
"tools": "sh composer-tools.sh",
Expand Down

0 comments on commit e22515e

Please sign in to comment.