File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 2.0.0 - 2023-04-24
9
+
10
+ ### Added
11
+
12
+ - You may use ` devtools ` as a Composer ` extra ` property name, instead of ` ramsey/devtools `
13
+
14
+ - Allow changing the Composer ` extra ` property name if developing your own devtools on top of this package
15
+
16
+ ### Changed
17
+
18
+ - Bump minimum supported version of PHP to 8.1
19
+
20
+ - Migrate all commands to Symfony console commands
21
+
22
+ - Wrap commands with ` ComposerCommand ` as a proxy, when running as a Composer plugin
23
+
24
+ - Enable ` bin/devtools ` for standalone CLI use
25
+
26
+ ### Deprecated
27
+
28
+ - Nothing.
29
+
30
+ ### Removed
31
+
32
+ - Remove deprecated ` captainhook:install ` command
33
+
34
+ - Remove deprecated ` pre-commit ` command
35
+
36
+ ### Fixed
37
+
38
+ - Nothing.
39
+
8
40
## 1.4.0 - 2022-01-27
9
41
10
42
### Added
You can’t perform that action at this time.
0 commit comments