Skip to content

Commit 28faa87

Browse files
committed
Update for 7.4.0 release
1 parent d382a84 commit 28faa87

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES-v7.md

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

7+
## [7.4.0]
8+
9+
### Added
10+
- Allow PHPUnit 10 [@ciaranmcnulty](https://github.com/ciaranmcnulty) [@Jean85](https://github.com/Jean85)
11+
- Allow Doctrine/instantiator 2 [@stof](https://github.com/stof)
12+
- Allow sebastian/export 5 [@arendjantetteroo](https://github.com/arendjantetteroo)
13+
14+
### Changed
15+
- Use Psalm 5 [@rogervila](https://github.com/rogervila)
16+
- Added .editorconfig [@chapeupreto](https://github.com/chapeupreto)
17+
718
## [7.3.0]
819

920
### Added
@@ -50,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5061
- More accurate error message for bad during* calls [@drupol](https://github.com/drupol)
5162
- Removed superfluous phpdoc and added bool return types where appropriate [@drupol](https://github.com/drupol)
5263

64+
[7.4.0]: https://github.com/phpspec/phpspec/compare/7.3.0...7.4.0
5365
[7.3.0]: https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0
5466
[7.2.0]: https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
5567
[7.1.0]: https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0

bin/phpspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
(new PhpSpec\Console\Application($version))->run();
2626

27-
})('7.3.0');
27+
})('7.4.0');

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
"extra": {
6868
"branch-alias": {
69-
"dev-main": "7.3.x-dev"
69+
"dev-main": "7.4.x-dev"
7070
}
7171
}
7272

0 commit comments

Comments
 (0)