Skip to content

Commit

Permalink
Add changelog & update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Helmus committed Mar 18, 2022
1 parent dd394b8 commit 347693a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.2.0
### Changed
- Vendor name of the module to Youwe.

### Added
- Declare strict type to all files.
- Copyrights.
28 changes: 1 addition & 27 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"role": "developer"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"composer/composer": "^1.0 || ^2.0",
Expand All @@ -27,32 +27,6 @@
"kint-php/kint": "@stable",
"phpunit/phpunit": "@stable"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/YouweGit/coding-standard"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/testing-suite"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/composer-dependency-installer"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/composer-file-installer"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/file-mapping"
}
],
"autoload": {
"psr-4": {
"Youwe\\Composer\\DependencyInstaller\\": "src"
Expand Down

0 comments on commit 347693a

Please sign in to comment.