Skip to content

Commit c883eda

Browse files
authored
update deps (#25)
1 parent 7304532 commit c883eda

File tree

5 files changed

+1169
-885
lines changed

5 files changed

+1169
-885
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
php 8.2.10

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
}
2525
},
2626
"require": {
27-
"tightenco/collect": "^9.33",
28-
"nesbot/carbon": "^2.64",
29-
"symfony/string": "^6.2",
30-
"phpstan/phpstan": "^1.9.2"
27+
"illuminate/collections": "^11.0",
28+
"nesbot/carbon": "^3.0",
29+
"symfony/string": "^7.0",
30+
"phpstan/phpstan": "^1.10"
3131
},
3232
"require-dev": {
3333
"psy/psysh": "@stable",
34-
"phpstan/phpstan-phpunit": "^1.2.2",
35-
"phpstan/extension-installer": "^1.2",
36-
"symfony/var-dumper": "^6.2.1",
37-
"phpunit/phpunit": "^9.5.26",
38-
"squizlabs/php_codesniffer": "^3.7.1"
34+
"phpstan/phpstan-phpunit": "^1.3",
35+
"phpstan/extension-installer": "^1.3",
36+
"symfony/var-dumper": "^7.0",
37+
"phpunit/phpunit": "^11.0",
38+
"squizlabs/php_codesniffer": "*"
3939
},
4040
"config": {
4141
"allow-plugins": {

0 commit comments

Comments
 (0)