summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-12 14:57:37 +0200
committerRemi Collet <remi@php.net>2022-09-12 14:57:37 +0200
commit1a70324e720bf2c2bf1a4e85f0b6c055a6c102f8 (patch)
tree8188b09daefd845c933f4d6ec99195bbfc21f762 /composer.json
parent64b9912b7e1eb1aedccde4fdd924466e2c50327d (diff)
update to 2.6.1
add dependency on phpspec/prophecy
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 406f8cb..ef911d4 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,9 @@
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9",
"php-mock/php-mock-integration": "^2.1"
},
+ "require-dev": {
+ "phpspec/prophecy": "^1.10.3"
+ },
"archive": {
"exclude": ["/tests"]
}