Skip to content

Commit 7472c5c

Browse files
committed
Fix composer autoloader for development classes
1 parent d5788b4 commit 7472c5c

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## Unreleased
6+
7+
## 0.1.1 / 2017-03-02
8+
9+
* [BUGFIX] Fix composer autoloader for development classes so it doesn't conflict
10+
with root project dependencies
11+
12+
## 0.1.0 / 2014-08-27
13+
14+
* [FEATURE] First release - all the features!

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"issues": "https://github.com/ingenerator/pigeonhole/issues",
2828
"source": "https://github.com/ingenerator/pigeonhole"
2929
},
30-
"autoload": {
31-
"psr-0": {
32-
"spec": ""
30+
"autoload-dev": {
31+
"psr-4": {
32+
"spec\\": "spec"
3333
}
3434
},
3535
"bin": [],

0 commit comments

Comments
 (0)