@@ -10,6 +10,18 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
10
10
_ Nothing yet._
11
11
12
12
13
+ ## [ v1.1.1] - 2025-06-27
14
+
15
+ ### Changed
16
+ - Various housekeeping, including improvements to the documentation.
17
+
18
+ ### Fixed
19
+ - [ #239 ] : The PHP_CodeSniffer package could not be always found when running the plugin in a Drupal or Magento setup. Thanks [ @jrfnl ] ! [ #245 ]
20
+
21
+ [ #239 ] : https://github.com/PHPCSStandards/composer-installer/issues/239
22
+ [ #245 ] : https://github.com/PHPCSStandards/composer-installer/pull/245
23
+
24
+
13
25
## [ v1.1.0] - 2025-06-24
14
26
15
27
### Changed
@@ -147,7 +159,7 @@ _Nothing yet._
147
159
148
160
## [ v0.7.1] - 2020-12-07
149
161
150
- ### Closed issues:
162
+ ### Closed issues
151
163
- Order of installed_paths inconsistent between runs [ #125 ]
152
164
- Maintaining this project and Admin rights [ #113 ]
153
165
@@ -171,7 +183,7 @@ _Nothing yet._
171
183
172
184
## [ v0.7.0] - 2020-06-25
173
185
174
- ### Closed issues:
186
+ ### Closed issues
175
187
- Composer 2.x compatibility [ #108 ]
176
188
- Add link to Packagist on main page [ #110 ]
177
189
- Switch from Travis CI .org to .com [ #112 ]
@@ -202,7 +214,7 @@ _Nothing yet._
202
214
203
215
## [ v0.6.1] - 2020-01-27
204
216
205
- ### Closed issues:
217
+ ### Closed issues
206
218
- Do not exit with code 1 on uninstall (--no-dev) [ #103 ]
207
219
208
220
### Changed
@@ -218,7 +230,7 @@ _Nothing yet._
218
230
219
231
## [ v0.6.0] - 2020-01-19
220
232
221
- ### Closed issues:
233
+ ### Closed issues
222
234
- Composer PHP version appears not to be respected [ #79 ]
223
235
- Allow a string value for extra.phpcodesniffer-search-depth [ #82 ]
224
236
- Add [ @jrfnl ] as (co)maintainer to this project [ #87 ]
@@ -268,7 +280,7 @@ _Nothing yet._
268
280
269
281
## [ v0.5.0] - 2018-10-26
270
282
271
- ### Closed issues:
283
+ ### Closed issues
272
284
- Scan depth as parameter [ #45 ]
273
285
- phpcs: Exit Code: 127 (Command not found) on every Composer command [ #48 ]
274
286
- The composer plugin implementation seems to be breaking the composer lifecycle [ #49 ]
@@ -284,7 +296,7 @@ _Nothing yet._
284
296
- Build/PHPCS: update PHPCompatibility repo name by [ @jrfnl ] in [ #54 ]
285
297
- README: remove VersionEye badge by [ @jrfnl ] in [ #55 ]
286
298
- README: replace maintenance badge by [ @jrfnl ] in [ #56 ]
287
- - Execute phpcs and security-checker from vendor/bin by @gapple ] in [ #52 ]
299
+ - Execute phpcs and security-checker from vendor/bin by [ @gapple ] in [ #52 ]
288
300
- PHPCS: various minor tweaks by [ @jrfnl ] in [ #57 ]
289
301
- Travis: various tweaks by [ @jrfnl ] in [ #58 ]
290
302
- Use PHPCompatibility 9.0.0 by [ @jrfnl ] in [ #61 ]
@@ -338,7 +350,7 @@ _Nothing yet._
338
350
339
351
## [ v0.4.4] - 2017-12-06
340
352
341
- ### Closed issues:
353
+ ### Closed issues
342
354
- PHP 7.2 compatibility issue [ #43 ]
343
355
344
356
### Changed
@@ -376,7 +388,7 @@ _Nothing yet._
376
388
377
389
## [ v0.4.1] - 2017-08-01
378
390
379
- ### Closed issues:
391
+ ### Closed issues
380
392
- Incorrect relative paths for WPCS [ #33 ]
381
393
382
394
### Fixed
@@ -388,7 +400,7 @@ _Nothing yet._
388
400
389
401
## [ v0.4.0] - 2017-05-11
390
402
391
- ### Closed issues:
403
+ ### Closed issues
392
404
- Add support for code standards in root of repository for PHP_CodeSniffer 3.x [ #26 ]
393
405
- Config codings styles in composer.json from project [ #23 ]
394
406
- Check the root package for sniffs to install [ #20 ]
@@ -402,7 +414,7 @@ _Nothing yet._
402
414
403
415
### Changed
404
416
- Local projects uses relative paths to their coding standards [ #28 ] ([ @frenck ] )
405
- - Docs: Updated README.
[ #31 ] ([ @frenck ] )
417
+ - Docs: Updated README. [ #31 ] ([ @frenck ] )
406
418
- Docs: Adds reference to calling the script directly in the README. [ #29 ] ([ @Potherca ] )
407
419
- Adds Travis-CI configuration file. [ #27 ] ([ @Potherca ] )
408
420
@@ -422,7 +434,7 @@ _Nothing yet._
422
434
423
435
## [ v0.3.2] - 2017-03-29
424
436
425
- ### Closed issues:
437
+ ### Closed issues
426
438
- Coding Standard tries itself to install with installPath when it's the root package [ #19 ]
427
439
428
440
### Changed
@@ -439,7 +451,7 @@ _Nothing yet._
439
451
440
452
## [ v0.3.1] - 2017-02-17
441
453
442
- ### Closed issues:
454
+ ### Closed issues
443
455
- Plugin not working correctly when sniffs install depth is equal to "1" [ #13 ]
444
456
- Create new stable release version to support wider use [ #11 ]
445
457
@@ -453,7 +465,7 @@ _Nothing yet._
453
465
454
466
## [ v0.3.0] - 2017-02-15
455
467
456
- ### Implemented enhancements:
468
+ ### Implemented enhancements
457
469
- Install Plugin provides no feedback [ #7 ]
458
470
- Installing coding standards when executing Composer with --no-scripts [ #4 ]
459
471
- Github contribution templates [ #10 ] ([ @christopher-hopper ] )
@@ -507,6 +519,7 @@ For this version on, this installer no longer messes with the installation paths
507
519
508
520
First useable release.
509
521
522
+ [ v1.1.1 ] : https://github.com/PHPCSStandards/composer-installer/compare/v1.1.0...v1.1.1
510
523
[ v1.1.0 ] : https://github.com/PHPCSStandards/composer-installer/compare/v1.0.0...v1.1.0
511
524
[ v1.0.0 ] : https://github.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0
512
525
[ v0.7.2 ] : https://github.com/PHPCSStandards/composer-installer/compare/v0.7.1...v0.7.2
@@ -545,5 +558,5 @@ First useable release.
545
558
[ @paras-malhotra ] : https://github.com/paras-malhotra
546
559
[ @Potherca ] : https://github.com/Potherca
547
560
[ @Seldaek ] : https://github.com/Seldaek
548
- [ @SplotyCode ] ; https://github.com/SplotyCode
561
+ [ @SplotyCode ] : https://github.com/SplotyCode
549
562
[ @TravisCarden ] : https://github.com/TravisCarden
0 commit comments