Skip to content

Commit 0cd116a

Browse files
committed
[TASK] Remove autoloading for now
1 parent 7715ba5 commit 0cd116a

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

composer.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,5 @@
66
"name": "fabpot",
77
"email": "fabpot@sensio.com"
88
}
9-
],
10-
"require": {},
11-
"autoload-dev": {
12-
"classmap": [
13-
"lib/action",
14-
"lib/addon",
15-
"lib/cache",
16-
"lib/config",
17-
"lib/controller",
18-
"lib/database",
19-
"lib/debug",
20-
"lib/exception",
21-
"lib/filter",
22-
"lib/generator",
23-
"lib/helper",
24-
"lib/i18n",
25-
"lib/log",
26-
"lib/request",
27-
"lib/response",
28-
"lib/storage",
29-
"lib/user",
30-
"lib/util",
31-
"lib/validator",
32-
"lib/vendor",
33-
"lib/view"
34-
]
35-
}
9+
]
3610
}

0 commit comments

Comments
 (0)