diff --git a/CHANGELOG.md b/CHANGELOG.md index 7769f8ed..58e129ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `Slytherin` will be documented in this file -## [Unreleased](https://github.com/rougin/slytherin/compare/v0.6.0...HEAD) +## [0.8.0](https://github.com/rougin/slytherin/compare/v0.7.0...v0.8.0) - 2016-09-08 ### Added - Implementation for [Phroute](https://github.com/mrjgreen/phroute) package diff --git a/LICENSE.md b/LICENSE.md index 9ca9b989..a2798464 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2015 Rougin Royce Gutib +Copyright (c) 2016 Rougin Royce Gutib > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 1093ad06..87508fc7 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,7 @@ }, "autoload": { "psr-4": { - "Rougin\\Slytherin\\": "src", - "Rougin\\Slytherin\\Containers\\": "src/IoC" + "Rougin\\Slytherin\\": "src" } }, "autoload-dev": { @@ -42,7 +41,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.8-dev" + "dev-master": "0.9-dev" } } }