Skip to content

Commit 15aca73

Browse files
author
Jamie Hannaford
committed
Update composer.json
1 parent 8a6ec70 commit 15aca73

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
],
1010
"autoload": {
1111
"psr-4": {
12-
"OpenStack\\": "src/"
13-
}
14-
},
15-
"autoload-dev": {
16-
"psr-4": {
12+
"OpenStack\\": "src/",
1713
"OpenStack\\Test\\": "tests/unit/",
1814
"OpenStack\\Integration\\": "tests/integration/"
1915
}
@@ -38,4 +34,4 @@
3834
"jakub-onderka/php-parallel-lint": "0.*",
3935
"fabpot/php-cs-fixer": "~1.0"
4036
}
41-
}
37+
}

0 commit comments

Comments
 (0)