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 c9ba63f commit ed88422Copy full SHA for ed88422
composer.json
@@ -12,13 +12,13 @@
12
}
13
],
14
"require": {
15
+ "ext-yaml": "*",
16
"guzzlehttp/guzzle": "^6.5|^7.0",
- "illuminate/macroable": "^9.0.1|^10.0.0",
17
- "illuminate/support": "^9.0.1|^10.0.0",
+ "illuminate/macroable": "^9.35|^10.1",
18
+ "illuminate/support": "^9.35|^10.1",
19
"ratchet/pawl": "^0.4.1",
20
"symfony/process": "^5.4|^6.0",
- "vierbergenlars/php-semver": "^2.1|^3.0",
21
- "ext-yaml": "*"
+ "vierbergenlars/php-semver": "^2.1|^3.0"
22
},
23
"suggest": {
24
@@ -37,7 +37,7 @@
37
38
"require-dev": {
39
"mockery/mockery": "^1.5",
40
- "orchestra/testbench-core": "^7.0|^8.0",
+ "orchestra/testbench-core": "^7.23|^8.1",
41
"phpunit/phpunit": "^9.5.20|^10.0",
42
"vimeo/psalm": "^4.20"
43
0 commit comments