Add dev-only dependancy on pimple/pimple

Bug: T254053
Change-Id: Idc4d2cee0952a8147d74923fabd46cfaeeee232a
Follows-Up: I9ce15591dc40b3d717c203fa973141aa45a2500c
This commit is contained in:
Reedy 2020-05-30 03:48:22 +01:00
parent 3899d357df
commit 89a66d4460
2 changed files with 2 additions and 0 deletions

View file

@ -236,6 +236,7 @@ For notes on 1.34.x and older releases, see HISTORY.
* Added taylorhakes/promise-polyfill v8.1.3.
* Added vuex v3.1.3.
* Added doctrine/sql-formatter 1.0.0 (dev-only).
* Added pimple/pimple 3.3.0 (dev-only).
* …
==== Changed external libraries ====

View file

@ -79,6 +79,7 @@
"nikic/php-parser": "4.4.0",
"nmred/kafka-php": "0.1.5",
"phpunit/phpunit": "^8.5",
"pimple/pimple": "3.3.0",
"psy/psysh": "0.10.4",
"seld/jsonlint": "1.7.1",
"symfony/yaml": "~3.4|~4.3|~5.0.5",