Skip to content

Commit 5c4b0ed

Browse files
Fix.
1 parent 3a9771a commit 5c4b0ed

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"config": {
4646
"bin-dir": "bin"
4747
},
48+
"autoload": {
49+
"classmap": [
50+
"PHPUnit/"
51+
]
52+
},
4853
"extra": {
4954
"branch-alias": {
5055
"dev-master": "3.7.x-dev"

package-composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
1616
"irc": "irc://irc.freenode.net/phpunit"
1717
},
18-
"classmap": {
19-
"files": [ "PHPUnit/" ]
18+
"autoload": {
19+
"classmap": ["PHPUnit/"]
2020
},
2121
"include_path": [
2222
"",

0 commit comments

Comments
 (0)