-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
## [1.0.1](https://github.com/antidot-framework/antidot-starter/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/antidot-framework/antidot-starter/compare/1.0.0...HEAD) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update phpunit/phpunit requirement from ^8.0 to ^9.2 [\#15](https://github.com/antidot-framework/antidot-starter/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Update phpstan/phpstan requirement from ^0.11.5 to ^0.12.32 [\#14](https://github.com/antidot-framework/antidot-starter/pull/14) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Update phpro/grumphp requirement from ^0.17.0 to ^0.19.1 [\#13](https://github.com/antidot-framework/antidot-starter/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Update symfony/var-dumper requirement from ^4.2 to ^5.1 [\#12](https://github.com/antidot-framework/antidot-starter/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
|
||
## [1.0.0](https://github.com/antidot-framework/antidot-starter/tree/1.0.0) (2020-06-01) | ||
|
||
[Full Changelog](https://github.com/antidot-framework/antidot-starter/compare/0.0.2...1.0.0) | ||
|
||
## [0.0.2](https://github.com/antidot-framework/antidot-starter/tree/0.0.2) (2020-06-01) | ||
|
||
[Full Changelog](https://github.com/antidot-framework/antidot-starter/compare/0.0.1...0.0.2) | ||
|
||
## [0.0.1](https://github.com/antidot-framework/antidot-starter/tree/0.0.1) (2019-11-23) | ||
|
||
[Full Changelog](https://github.com/antidot-framework/antidot-starter/compare/168c585eab601aeb68274f9c20f0a84cf7c6bced...0.0.1) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Remove dependency from yaml ext [\#8](https://github.com/antidot-framework/antidot-starter/issues/8) | ||
- Should the default installation work automatically? [\#3](https://github.com/antidot-framework/antidot-starter/issues/3) | ||
- Prepare Composer create-project command [\#1](https://github.com/antidot-framework/antidot-starter/issues/1) | ||
|
||
**Fixed bugs:** | ||
|
||
- Dependencies error: missing component installer in composer json [\#6](https://github.com/antidot-framework/antidot-starter/issues/6) | ||
- initial application with error [\#5](https://github.com/antidot-framework/antidot-starter/issues/5) | ||
- issue/\#6: add zendframework/zend-component-installer as required dependency [\#7](https://github.com/antidot-framework/antidot-starter/pull/7) ([kpicaza](https://github.com/kpicaza)) | ||
|
||
**Closed issues:** | ||
|
||
- Integrate yaml-config-provider [\#9](https://github.com/antidot-framework/antidot-starter/issues/9) | ||
|
||
**Merged pull requests:** | ||
|
||
- issue/\#8: remove pecl yaml extension dependency [\#10](https://github.com/antidot-framework/antidot-starter/pull/10) ([kpicaza](https://github.com/kpicaza)) | ||
- issue/\#3: add ext-yaml as dependency [\#4](https://github.com/antidot-framework/antidot-starter/pull/4) ([kpicaza](https://github.com/kpicaza)) | ||
- Issue/\#1 [\#2](https://github.com/antidot-framework/antidot-starter/pull/2) ([kpicaza](https://github.com/kpicaza)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |