Skip to content

Commit

Permalink
Remove third-party packages in require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Sep 8, 2016
1 parent 7c3ce4b commit ec5fb8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015 Rougin Royce Gutib <[email protected]>
Copyright (c) 2016 Rougin Royce Gutib <[email protected]>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"autoload": {
"psr-4": {
"Rougin\\Slytherin\\": "src",
"Rougin\\Slytherin\\Containers\\": "src/IoC"
"Rougin\\Slytherin\\": "src"
}
},
"autoload-dev": {
Expand All @@ -42,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
"dev-master": "0.9-dev"
}
}
}

0 comments on commit ec5fb8e

Please sign in to comment.