From ec5fb8e5b3eb47aa033db9d3ea68a187be15c63d Mon Sep 17 00:00:00 2001 From: Rougin Royce Gutib Date: Thu, 8 Sep 2016 17:29:41 +0800 Subject: [PATCH] Remove third-party packages in require-dev --- CHANGELOG.md | 2 +- LICENSE.md | 2 +- composer.json | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) 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" } } }