Skip to content

Commit c72991c

Browse files
authored
Feature/Composer dump versions. (#10)
1 parent 32ca1a2 commit c72991c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": "^8.0",
14+
"php": "^8.1",
1515
"ext-json": "*",
1616
"ramsey/uuid": "^4.1",
1717
"nesbot/carbon": "^2.40",
18-
"illuminate/collections": "^9.0.0|^10.0",
18+
"illuminate/collections": "^10.0",
1919
"lambdish/phunctional": "^2.1",
2020
"doctrine/instantiator": "^1.0|^2.0",
2121
"complex-heart/contracts": "^1.0"
2222
},
2323
"require-dev": {
24-
"pestphp/pest": "^1.0|^2.0",
25-
"pestphp/pest-plugin-mock": "^1.0|^2.0",
26-
"pestphp/pest-plugin-faker": "^1.0|^2.0",
24+
"pestphp/pest": "^2.0",
25+
"pestphp/pest-plugin-mock": "^2.0",
26+
"pestphp/pest-plugin-faker": "^2.0",
2727
"phpstan/phpstan": "^1.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)