2017-02-06 22:18:52 -08:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2017-02-07 13:48:15 -08:00
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
|
|
- composer.json
|
|
|
|
- .gitignore
|
2017-02-06 22:53:47 -08:00
|
|
|
|
2017-02-07 13:54:24 -08:00
|
|
|
### Added
|
|
|
|
- .php_cs
|
|
|
|
- php-cs-fixer
|
2017-03-17 10:30:04 -07:00
|
|
|
- Console
|
|
|
|
- Doctrine/DoctrineProvider/OrmProvider/DoctrineConsoleProvider
|
2017-02-06 22:21:55 -08:00
|
|
|
|
|
|
|
## [0.0.1] - 2017-02-07
|
2017-02-06 22:18:52 -08:00
|
|
|
### Added
|
2017-02-07 13:39:16 -08:00
|
|
|
- Initial commit
|
|
|
|
|
|
|
|
## [0.0.2] - 2017-02-07
|
|
|
|
### Added
|
|
|
|
- source structure
|
|
|
|
- html/index.php
|
|
|
|
### Changed
|
|
|
|
- docker-compose.yml, added mysql
|