Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 29, 2020
2 parents 45d0c66 + c426b70 commit 7b7b6fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v2.0.0] - 2020-03-30
### Added
- Add support for phpunit 8 and 9
- Add a .gitattributes file
- Improved code coverage

### Changed
- Upgraded squizlabs/php_codesniffer from 3.3.x to 3.5.x
Expand All @@ -17,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Test phpunit suite
- .editorconfig for *.neon files


### Removed
- twig/extensions dependency
- TravisCI setup
Expand All @@ -26,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- example from dist version
- Utils class
- CI scripts

- Some useless files

## [v1.0.0] - 2019-06-08
### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
PHP library/api to provide Internationalisation and Localisation

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0e211604213247da98198bb1f894a92e)](https://www.codacy.com/app/wdes/php-I18n-L10n?utm_source=github.com&utm_medium=referral&utm_content=wdes/php-I18n-L10n&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.com/wdes/php-I18n-L10n.svg?branch=master)](https://travis-ci.com/wdes/php-I18n-L10n)
![Lint and analyse files](https://github.com/wdes/php-I18n-L10n/workflows/Lint%20and%20analyse%20files/badge.svg?branch=dev)
![Run phpunit tests](https://github.com/wdes/php-I18n-L10n/workflows/Run%20phpunit%20tests/badge.svg?branch=dev)
[![codecov](https://codecov.io/gh/wdes/php-I18n-L10n/branch/master/graph/badge.svg)](https://codecov.io/gh/wdes/php-I18n-L10n)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwdes%2Fphp-I18n-L10n.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwdes%2Fphp-I18n-L10n?ref=badge_shield)
[![HitCount](https://hits.dwyl.com/wdes/php-I18n-L10n.svg?style=flat)](https://hits.dwyl.com/wdes/php-I18n-L10n)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"readme": "https://github.com/wdes/php-I18n-l10n/blob/master/README.md",
"license": "MPL-2.0",
"version": "1.0.0",
"version": "2.0.0",
"support": {
"email": "[email protected]",
"issues": "https://github.com/wdes/php-I18n-l10n/issues",
Expand All @@ -22,17 +22,17 @@
"archive": {
"exclude": [
"/tests",
"/scripts/ci",
"/scripts",
"/.npmignore",
"/.github",
"/.editorconfig",
"/.gitmodules",
"/CODEOWNERS",
"/wdes-php-i18n-l10n-*.tar",
"/docs",
"/example",
"/.gitignore",
"/phpcs.xml",
"/phpstan.neon",
"/.travis.yml",
"/codecov.yml",
"/.phpunit.result.cache"
]
Expand Down

0 comments on commit 7b7b6fd

Please sign in to comment.