Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit f874632

Browse files
authored
Merge pull request #12 from karriereat/feature/ignore-final-classes
Add package to ignore final classes
2 parents d4dfb21 + fee8fa2 commit f874632

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v5.1.0] - 2020-02-21
5+
### Added
6+
- Package to ignore final classes in tests
7+
48
## [v5.0.0] - 2019-11-18
59
### Changed
610
- Default coding style is now PSR-12
711
- Default code style fixer is now `squizlabs/php_codesniffer`
12+
813
### Added
914
- Support for phpspec v5 and v6
15+
1016
### Removed
1117
- Support for phpspec v4
1218

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=7.1",
20+
"dg/bypass-finals": "^1.1",
2021
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
2122
"karriere/phpspec-matchers": "^3.0",
2223
"phpmd/phpmd": "^2.6",

composer.lock

+49-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)