Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog #74

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/infection.json.dist export-ignore
/grumphp.yml export-ignore
Expand Down
8 changes: 3 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# CONTRIBUTING

We're using [Travis CI](https://travis-ci.com) as a continuous integration system.

For details, see [`.travis.yml`](../.travis.yml).

## Tests
We're using [Github Actions](https://github.com/drupol/phpcsfixer-configs-php/actions) as a continuous integration system.

For details, see [`workflows`](./.github/workflows).

We're using [`grumphp/grumphp`](https://github.com/phpro/grumphp) to drive the development.

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ jobs:

- name: Run Grumphp
run: vendor/bin/grumphp run

- name: Send Scrutinizer data
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
continue-on-error: true
18 changes: 0 additions & 18 deletions .scrutinizer.yml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
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).

## [2.0.21](https://github.com/drupol/phpcsfixer-configs-php/compare/2.0.20...2.0.21)

### Merged

- Issue [`#71`]: Update requirements for Drupal 11 compatibility. [`#72`](https://github.com/drupol/phpcsfixer-configs-php/pull/72)
- chore(deps): Bump shivammathur/setup-php from 2.29.0 to 2.30.5 [`#68`](https://github.com/drupol/phpcsfixer-configs-php/pull/68)
- Issue [`#61`]: Use string_implicit_backslashes instead of deprecated escape_implicit_backslashes. [`#62`](https://github.com/drupol/phpcsfixer-configs-php/pull/62)

### Commits

- Issue [`#71`]: Update requirements for Drupal 11 compatibility. [`def9fdd`](https://github.com/drupol/phpcsfixer-configs-php/commit/be3ce5919c2e40325c076c1de0d0a6319d018279)
- Update CI PHP version to fix Scrutinizer. [`e058439`](https://github.com/drupol/phpcsfixer-configs-php/commit/e0584396b522377a2f08451884e390dd709afc04)
- Issue [`#61`]: Use string_implicit_backslashes instead of deprecated escape_implicit_backslashes. [`be3ce59`](https://github.com/drupol/phpcsfixer-configs-php/commit/be3ce5919c2e40325c076c1de0d0a6319d018279)

## [2.0.20](https://github.com/drupol/phpcsfixer-configs-php/compare/2.0.19...2.0.20)

### Merged
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Where the `$configs` parameters must implements `PhpCsFixer/ConfigInterface`.

## Requirements

* PHP >= 7.1.3
* PHP >= 7.4

## Installation

Expand All @@ -50,7 +50,7 @@ See the [PHP CS Fixer documentation](https://github.com/FriendsOfPHP/PHP-CS-Fixe

## Code quality, tests and benchmarks

Every time changes are introduced into the library, [Github](https://github.com/drupol/phpcsfixer-configs-php/actions) run the tests and the benchmarks.
Every time changes are introduced into the library, [Github Actions](https://github.com/drupol/phpcsfixer-configs-php/actions) run the tests and the benchmarks.

The library has tests written with [PHPSpec](http://www.phpspec.net/).
Feel free to check them out in the `spec` directory. Run `composer phpspec` to trigger the tests.
Expand All @@ -69,8 +69,6 @@ Feel free to contribute to this library by sending Github pull requests. I'm qui
[github stars]: https://img.shields.io/github/stars/drupol/phpcsfixer-configs-php.svg?style=flat-square
[total downloads]: https://img.shields.io/packagist/dt/drupol/phpcsfixer-configs-php.svg?style=flat-square
[github workflow status]: https://img.shields.io/github/workflow/status/drupol/phpcsfixer-configs-php/Continuous%20Integration?style=flat-square
[code quality]: https://img.shields.io/scrutinizer/quality/g/drupol/phpcsfixer-configs-php/master.svg?style=flat-square
[3]: https://scrutinizer-ci.com/g/drupol/phpcsfixer-configs-php/?branch=master
[4]: https://shepherd.dev/github/drupol/phpcsfixer-configs-php
[license]: https://img.shields.io/packagist/l/drupol/phpcsfixer-configs-php.svg?style=flat-square
[donate github]: https://img.shields.io/badge/Sponsor-Github-brightgreen.svg?style=flat-square
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
},
"require-dev": {
"ext-pcov": "*",
"ergebnis/composer-normalize": "^2.31.0",
"friends-of-phpspec/phpspec-code-coverage": "^6",
"maglnet/composer-require-checker": "^4.4.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpro/grumphp": "1.1.* || 1.3.* || 1.4.* || 1.13.*",
"phpro/grumphp": "^1.0 || ^2.0",
"phpspec/phpspec": "^7"
},
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ grumphp:
using_cache: false
phpspec:
verbose: true

composer: ~
composer_normalize: ~
composer_require_checker: ~
Loading