Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
composer now uses classmap autoloading
  • Loading branch information
Clay Loveless committed Oct 4, 2012
commit 8e52d7249eb0b660c576715693b70fa1e7be477e
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"role": "lead"
}
],
"version": "1.3.0",
"time": "2013-MM-DD",
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"irc": "irc://irc.freenode.net/phpunit"
Expand All @@ -35,8 +33,8 @@
"ext-xdebug": ">=2.2.1"
},
"autoload": {
"files": [
"PHP/CodeCoverage/Autoload.php"
"classmap": [
"PHP/"
]
},
"extra": {
Expand Down
6 changes: 4 additions & 2 deletions package-composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"irc": "irc://irc.freenode.net/phpunit"
},
"autoload": {
"files": ["PHP/CodeCoverage/Autoload.php"]
"classmap": ["PHP/"]
},
"include_path": [
""
],
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"version": false,
"time": false
}