Skip to content

Commit 2138059

Browse files
committed
Composer: raise the minimum supported version of Prophecy
Prophecy 1.3 was released in 2014, while Prophecy 1.10.0 - the last minor which still allows installation on PHP 5.3 -, was released in 2019. It seems prudent to raise the minimum supported version, if for no other reason than to ensure PHP cross-version compatibility. Ref: https://github.com/phpspec/prophecy/blob/master/CHANGES.md
1 parent d574926 commit 2138059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefer-stable": true,
1616
"require": {
1717
"php": "^7.3 || ^8",
18-
"phpspec/prophecy": "^1.3",
18+
"phpspec/prophecy": "^1.10.0",
1919
"phpunit/phpunit":"^9.1"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)