diff --git a/.gitattributes b/.gitattributes index d5d0740..39ab5f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ * text=auto /tests export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.php_cs -/.travis.yml export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2bb715a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: php - -matrix: - fast_finish: true - - include: - - os: linux - php: '7.2' - - - os: linux - php: '7.3' - -cache: - directories: - - $HOME/.composer/cache - -install: - - composer install --prefer-dist --no-interaction --ignore-platform-reqs - -script: - - composer check diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1111e..47cb639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * **Fixed** for any bug fixes. * **Security** in case of vulnerabilities. +## [0.7.0] 2019-12-12 +### Added + * Support for phpstan 0.12 + * GitHub actions + +### Removed + * Travis CI integration + ## [0.6.0] 2019-09-12 ### Added * Support for already initialized components (#15)