Skip to content

Commit

Permalink
Use classmap autoloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 5, 2012
1 parent 881d26a commit 3a9771a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions composer.json
Expand Up @@ -24,9 +24,9 @@
"php": ">=5.3.3",
"phpunit/php-file-iterator": ">=1.3.1@stable",
"phpunit/php-text-template": ">=1.1.1@stable",
"phpunit/php-code-coverage": ">=1.2.1@stable",
"phpunit/php-code-coverage": ">=1.2.1@stable,<=1.2.99@stable",
"phpunit/php-timer": ">=1.0.2@stable",
"phpunit/phpunit-mock-objects": ">=1.2.0@stable",
"phpunit/phpunit-mock-objects": ">=1.2.0@stable,<=1.2.99@stable",
"symfony/yaml": ">=2.1.0@stable",
"ext-dom": "*",
"ext-pcre": "*",
Expand All @@ -45,11 +45,6 @@
"config": {
"bin-dir": "bin"
},
"autoload": {
"files": [
"PHPUnit/Autoload.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "3.7.x-dev"
Expand Down
6 changes: 3 additions & 3 deletions package-composer.json
Expand Up @@ -15,8 +15,8 @@
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"irc": "irc://irc.freenode.net/phpunit"
},
"autoload": {
"files": [ "PHPUnit/Autoload.php" ]
"classmap": {
"files": [ "PHPUnit/" ]
},
"include_path": [
"",
Expand All @@ -30,4 +30,4 @@
},
"version": false,
"time": false
}
}

0 comments on commit 3a9771a

Please sign in to comment.