Skip to content

Commit

Permalink
load apcu stub in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jul 21, 2017
1 parent 640f8a9 commit e0a8666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,14 +32,14 @@
"autoload": {
"psr-4": {
"BEAR\\Package\\": ["src/", "src-deprecated"]
}
},
"files": ["src-files/apcu.php"]
},
"autoload-dev": {
"psr-4": {
"BEAR\\Package\\": ["tests/", "tests/Fake//"],
"FakeVendor\\HelloWorld\\": ["tests/Fake/fake-app/src/"]
},
"files": ["src-files/apcu.php"]
}
},
"bin": [
"bin/bear.compile"
Expand Down

0 comments on commit e0a8666

Please sign in to comment.