Skip to content

Commit 6ff6457

Browse files
committed
Adjusts dependencies
1 parent 39f1bc4 commit 6ff6457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"ext-json": "*",
2323
"ext-mbstring": "*",
2424
"ext-tokenizer": "*",
25-
"cmgmyr/phploc": "^8.0.5",
25+
"cmgmyr/phploc": "^8.0.6",
2626
"composer/semver": "^3.4.3",
2727
"friendsofphp/php-cs-fixer": "^3.74.0",
2828
"justinrainbow/json-schema": "^6.3.1",
2929
"league/container": "^5.0.1",
3030
"php-parallel-lint/php-parallel-lint": "^1.4.0",
3131
"psr/container": "^2.0.2",
3232
"psr/simple-cache": "^2.0|^3.0",
33-
"sebastian/diff": "^5.1.1|^6.0.2",
33+
"sebastian/diff": "^5.1.1|^6.0.2|^7.0.0",
3434
"slevomat/coding-standard": "^8.16.2",
3535
"squizlabs/php_codesniffer": "^3.12.0",
3636
"symfony/cache": "^6.4.20|^7.2.5",
@@ -40,8 +40,8 @@
4040
"symfony/process": "^6.4.20|^7.2.5"
4141
},
4242
"require-dev": {
43-
"illuminate/console": "^10.48.28|^11.44.2|^12.3",
44-
"illuminate/support": "^10.48.28|^11.44.2|^12.3",
43+
"illuminate/console": "^10.48.28|^11.44.2|^12.4",
44+
"illuminate/support": "^10.48.28|^11.44.2|^12.4",
4545
"mockery/mockery": "^1.6.12",
4646
"phpstan/phpstan": "^2.1.11",
4747
"phpunit/phpunit": "^10.5.45|^11.5.15",

0 commit comments

Comments
 (0)