Skip to content

Commit

Permalink
Create CHANGELOG & update composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
Awkan committed Mar 2, 2018
1 parent 4edc7a4 commit 700fcf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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).

## [Unreleased]

## [0.1] - 2018-03-02
### Added
- Transform an input array to an output array
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "biig-io/optimus",
"name": "biig/optimus",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Valentin Faugeroux",
"email": "[email protected]"
"name": "BiiG",
"homepage": "https://www.biig.fr"
}
],
"autoload": {
Expand All @@ -20,12 +20,12 @@
},
"require": {
"php": "^5.6|>=7.0.8",
"symfony/property-access": "^3.4",
"symfony/property-access": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"symfony/yaml": "^3.4"
"symfony/yaml": "To parse your YAML files"
}
}

0 comments on commit 700fcf5

Please sign in to comment.