We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3569e0f commit eb8ce8bCopy full SHA for eb8ce8b
CHANGELOG.md
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
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
14
## [v1.0.0](https://github.com/s3b4stian/linna-array/compare/v1.0.0...master) - 2017-06-07
15
16
### Added
composer.json
@@ -16,7 +16,7 @@
},
17
"autoload": {
18
"psr-4": {
19
- "Linna\\": "src/Linna/"
+ "Linna\\": "src/"
20
}
21
22
0 commit comments