Skip to content

Commit 2c40e43

Browse files
Merge pull request sebastianbergmann#1625 from Ocramius/patch-1
Autoloading of Functions into `composer.json`
2 parents 7c1de6a + bfd6104 commit 2c40e43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,16 @@
5454
"autoload": {
5555
"classmap": [
5656
"src/"
57+
],
58+
"files": [
59+
"src/Framework/Assert/Functions.php"
5760
]
5861
},
5962
"autoload-dev": {
6063
"classmap": [
6164
"tests/"
6265
],
6366
"files": [
64-
"src/Framework/Assert/Functions.php",
6567
"tests/_files/CoveredFunction.php"
6668
]
6769
},

0 commit comments

Comments
 (0)