We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ca1a2 commit c72991cCopy full SHA for c72991c
composer.json
@@ -11,19 +11,19 @@
11
],
12
"minimum-stability": "stable",
13
"require": {
14
- "php": "^8.0",
+ "php": "^8.1",
15
"ext-json": "*",
16
"ramsey/uuid": "^4.1",
17
"nesbot/carbon": "^2.40",
18
- "illuminate/collections": "^9.0.0|^10.0",
+ "illuminate/collections": "^10.0",
19
"lambdish/phunctional": "^2.1",
20
"doctrine/instantiator": "^1.0|^2.0",
21
"complex-heart/contracts": "^1.0"
22
},
23
"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",
+ "pestphp/pest": "^2.0",
+ "pestphp/pest-plugin-mock": "^2.0",
+ "pestphp/pest-plugin-faker": "^2.0",
27
"phpstan/phpstan": "^1.0"
28
29
"autoload": {
0 commit comments