Skip to content

Commit ed88422

Browse files
authored
Updated packages
1 parent c9ba63f commit ed88422

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
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15+
"ext-yaml": "*",
1516
"guzzlehttp/guzzle": "^6.5|^7.0",
16-
"illuminate/macroable": "^9.0.1|^10.0.0",
17-
"illuminate/support": "^9.0.1|^10.0.0",
17+
"illuminate/macroable": "^9.35|^10.1",
18+
"illuminate/support": "^9.35|^10.1",
1819
"ratchet/pawl": "^0.4.1",
1920
"symfony/process": "^5.4|^6.0",
20-
"vierbergenlars/php-semver": "^2.1|^3.0",
21-
"ext-yaml": "*"
21+
"vierbergenlars/php-semver": "^2.1|^3.0"
2222
},
2323
"suggest": {
2424
},
@@ -37,7 +37,7 @@
3737
},
3838
"require-dev": {
3939
"mockery/mockery": "^1.5",
40-
"orchestra/testbench-core": "^7.0|^8.0",
40+
"orchestra/testbench-core": "^7.23|^8.1",
4141
"phpunit/phpunit": "^9.5.20|^10.0",
4242
"vimeo/psalm": "^4.20"
4343
},

0 commit comments

Comments
 (0)