Skip to content

Commit 347693a

Browse files
Add changelog & update composer.json.
1 parent dd394b8 commit 347693a

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## 1.2.0
8+
### Changed
9+
- Vendor name of the module to Youwe.
10+
11+
### Added
12+
- Declare strict type to all files.
13+
- Copyrights.

composer.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"role": "developer"
1818
}
1919
],
20-
"minimum-stability": "dev",
20+
"minimum-stability": "stable",
2121
"prefer-stable": true,
2222
"require": {
2323
"composer/composer": "^1.0 || ^2.0",
@@ -27,32 +27,6 @@
2727
"kint-php/kint": "@stable",
2828
"phpunit/phpunit": "@stable"
2929
},
30-
"repositories": [
31-
{
32-
"type": "vcs",
33-
"url": "https://github.com/YouweGit/coding-standard"
34-
},
35-
{
36-
"type": "vcs",
37-
"url": "https://github.com/YouweGit/testing-suite"
38-
},
39-
{
40-
"type": "vcs",
41-
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
42-
},
43-
{
44-
"type": "vcs",
45-
"url": "https://github.com/YouweGit/composer-dependency-installer"
46-
},
47-
{
48-
"type": "vcs",
49-
"url": "https://github.com/YouweGit/composer-file-installer"
50-
},
51-
{
52-
"type": "vcs",
53-
"url": "https://github.com/YouweGit/file-mapping"
54-
}
55-
],
5630
"autoload": {
5731
"psr-4": {
5832
"Youwe\\Composer\\DependencyInstaller\\": "src"

0 commit comments

Comments
 (0)