We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9771a commit 5c4b0edCopy full SHA for 5c4b0ed
composer.json
@@ -45,6 +45,11 @@
45
"config": {
46
"bin-dir": "bin"
47
},
48
+ "autoload": {
49
+ "classmap": [
50
+ "PHPUnit/"
51
+ ]
52
+ },
53
"extra": {
54
"branch-alias": {
55
"dev-master": "3.7.x-dev"
package-composer.json
@@ -15,8 +15,8 @@
15
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
16
"irc": "irc://irc.freenode.net/phpunit"
17
18
- "classmap": {
19
- "files": [ "PHPUnit/" ]
+ "classmap": ["PHPUnit/"]
20
21
"include_path": [
22
"",
0 commit comments