Skip to content

Commit eb8ce8b

Browse files
committed
autoload wrong directory fix
1 parent 3569e0f commit eb8ce8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9+
## [v1.0.1](https://github.com/s3b4stian/linna-array/compare/v1.0.0...v1.0.1) - 2017-XX-XX
10+
11+
### Fixed
12+
* `composer.json` wrong autoload directory
13+
914
## [v1.0.0](https://github.com/s3b4stian/linna-array/compare/v1.0.0...master) - 2017-06-07
1015

1116
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"Linna\\": "src/Linna/"
19+
"Linna\\": "src/"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)