Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 4491421

Browse files
Use classmap autoloading.
1 parent efc85d6 commit 4491421

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"ext-soap": "*"
3232
},
3333
"autoload": {
34-
"files": [
35-
"PHPUnit/Framework/MockObject/Autoload.php"
34+
"classmap": [
35+
"PHPUnit/"
3636
]
3737
},
3838
"include-path": [

package-composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"irc": "irc://irc.freenode.net/phpunit"
1212
},
1313
"autoload": {
14-
"files": [ "PHPUnit/Framework/MockObject/Autoload.php" ]
14+
"classmap": [ "PHPUnit/" ]
1515
},
1616
"include_path": [
1717
""
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)