Skip to content

Commit a5a1a4d

Browse files
authored
Merge pull request #74 from drupol/update_doc
docs: update changelog
2 parents 6ebfd30 + 6910adb commit a5a1a4d

8 files changed

Lines changed: 43 additions & 53 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/.editorconfig export-ignore
77
/.gitattributes export-ignore
88
/.gitignore export-ignore
9-
/.scrutinizer.yml export-ignore
109
/CHANGELOG.md export-ignore
1110
/infection.json.dist export-ignore
1211
/grumphp.yml export-ignore

.github/CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# CONTRIBUTING
22

3-
We're using [Travis CI](https://travis-ci.com) as a continuous integration system.
4-
5-
For details, see [`.travis.yml`](../.travis.yml).
6-
7-
## Tests
3+
We're using [Github Actions](https://github.com/drupol/phpcsfixer-configs-php/actions) as a continuous integration system.
4+
5+
For details, see [`workflows`](./.github/workflows).
86

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

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ jobs:
4949

5050
- name: Run Grumphp
5151
run: vendor/bin/grumphp run
52-
53-
- name: Send Scrutinizer data
54-
run: |
55-
wget https://scrutinizer-ci.com/ocular.phar
56-
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
57-
continue-on-error: true

.scrutinizer.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.21](https://github.com/drupol/phpcsfixer-configs-php/compare/2.0.20...2.0.21)
9+
10+
### Merged
11+
12+
- Issue [`#71`]: Update requirements for Drupal 11 compatibility. [`#72`](https://github.com/drupol/phpcsfixer-configs-php/pull/72)
13+
- chore(deps): Bump shivammathur/setup-php from 2.29.0 to 2.30.5 [`#68`](https://github.com/drupol/phpcsfixer-configs-php/pull/68)
14+
- Issue [`#61`]: Use string_implicit_backslashes instead of deprecated escape_implicit_backslashes. [`#62`](https://github.com/drupol/phpcsfixer-configs-php/pull/62)
15+
16+
### Commits
17+
18+
- Issue [`#71`]: Update requirements for Drupal 11 compatibility. [`def9fdd`](https://github.com/drupol/phpcsfixer-configs-php/commit/be3ce5919c2e40325c076c1de0d0a6319d018279)
19+
- Update CI PHP version to fix Scrutinizer. [`e058439`](https://github.com/drupol/phpcsfixer-configs-php/commit/e0584396b522377a2f08451884e390dd709afc04)
20+
- Issue [`#61`]: Use string_implicit_backslashes instead of deprecated escape_implicit_backslashes. [`be3ce59`](https://github.com/drupol/phpcsfixer-configs-php/commit/be3ce5919c2e40325c076c1de0d0a6319d018279)
21+
822
## [2.0.20](https://github.com/drupol/phpcsfixer-configs-php/compare/2.0.19...2.0.20)
923

1024
### Merged

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Where the `$configs` parameters must implements `PhpCsFixer/ConfigInterface`.
3838

3939
## Requirements
4040

41-
* PHP >= 7.1.3
41+
* PHP >= 7.4
4242

4343
## Installation
4444

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

5151
## Code quality, tests and benchmarks
5252

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

5555
The library has tests written with [PHPSpec](http://www.phpspec.net/).
5656
Feel free to check them out in the `spec` directory. Run `composer phpspec` to trigger the tests.
@@ -69,8 +69,6 @@ Feel free to contribute to this library by sending Github pull requests. I'm qui
6969
[github stars]: https://img.shields.io/github/stars/drupol/phpcsfixer-configs-php.svg?style=flat-square
7070
[total downloads]: https://img.shields.io/packagist/dt/drupol/phpcsfixer-configs-php.svg?style=flat-square
7171
[github workflow status]: https://img.shields.io/github/workflow/status/drupol/phpcsfixer-configs-php/Continuous%20Integration?style=flat-square
72-
[code quality]: https://img.shields.io/scrutinizer/quality/g/drupol/phpcsfixer-configs-php/master.svg?style=flat-square
73-
[3]: https://scrutinizer-ci.com/g/drupol/phpcsfixer-configs-php/?branch=master
7472
[4]: https://shepherd.dev/github/drupol/phpcsfixer-configs-php
7573
[license]: https://img.shields.io/packagist/l/drupol/phpcsfixer-configs-php.svg?style=flat-square
7674
[donate github]: https://img.shields.io/badge/Sponsor-Github-brightgreen.svg?style=flat-square

composer.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,26 @@
99
"email": "pol.dellaiera@protonmail.com"
1010
}
1111
],
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/drupol"
16+
}
17+
],
1218
"require": {
1319
"php": ">= 7.4",
1420
"friendsofphp/php-cs-fixer": "^3.49.0",
1521
"symfony/yaml": "^3 || ^4 || ^5 || ^6 || ^7"
1622
},
23+
"require-dev": {
24+
"ext-pcov": "*",
25+
"ergebnis/composer-normalize": "^2.31.0",
26+
"friends-of-phpspec/phpspec-code-coverage": "^6",
27+
"maglnet/composer-require-checker": "^4.4.0",
28+
"php-parallel-lint/php-parallel-lint": "^1.3",
29+
"phpro/grumphp": "^1.0 || ^2.0",
30+
"phpspec/phpspec": "^7"
31+
},
1732
"autoload": {
1833
"psr-4": {
1934
"drupol\\PhpCsFixerConfigsPhp\\": "./src/"
@@ -25,27 +40,15 @@
2540
}
2641
},
2742
"config": {
28-
"sort-packages": true,
2943
"allow-plugins": {
44+
"ergebnis/composer-normalize": true,
3045
"phpro/grumphp": true
31-
}
32-
},
33-
"require-dev": {
34-
"ext-pcov": "*",
35-
"friends-of-phpspec/phpspec-code-coverage": "^6",
36-
"php-parallel-lint/php-parallel-lint": "^1.3",
37-
"phpro/grumphp": "1.1.* || 1.3.* || 1.4.* || 1.13.*",
38-
"phpspec/phpspec": "^7"
46+
},
47+
"sort-packages": true
3948
},
4049
"scripts": {
41-
"grumphp": "./vendor/bin/grumphp run",
4250
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
43-
"changelog-version": "auto-changelog -c .auto-changelog -v"
44-
},
45-
"funding": [
46-
{
47-
"type": "github",
48-
"url": "https://github.com/drupol"
49-
}
50-
]
51+
"changelog-version": "auto-changelog -c .auto-changelog -v",
52+
"grumphp": "./vendor/bin/grumphp run"
53+
}
5154
}

grumphp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ grumphp:
1212
using_cache: false
1313
phpspec:
1414
verbose: true
15-
15+
composer: ~
16+
composer_normalize: ~
17+
composer_require_checker: ~

0 commit comments

Comments
 (0)