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

Commit ecffde2

Browse files
author
Edson Medina
committed
Updated dependencies
1 parent bd59114 commit ecffde2

File tree

3 files changed

+346
-97
lines changed

3 files changed

+346
-97
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"psr-0": {
1414
"edsonmedina\\php_testability" : "src",
1515
"edsonmedina\\php_testability\\NodeVisitors" : "src\\NodeVisitors"
16-
}
16+
},
17+
"classmap": [
18+
"src/"
19+
]
1720
},
1821
"license": "GPL-2.0+",
1922
"require": {
@@ -31,10 +34,5 @@
3134
],
3235
"config": {
3336
"bin-dir": "bin"
34-
},
35-
"autoload": {
36-
"classmap": [
37-
"src/"
38-
]
3937
}
4038
}

0 commit comments

Comments
 (0)