Skip to content

Commit

Permalink
update deps (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey authored Mar 19, 2024
1 parent 7304532 commit c883eda
Show file tree
Hide file tree
Showing 5 changed files with 1,169 additions and 885 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
php 8.2.10
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
}
},
"require": {
"tightenco/collect": "^9.33",
"nesbot/carbon": "^2.64",
"symfony/string": "^6.2",
"phpstan/phpstan": "^1.9.2"
"illuminate/collections": "^11.0",
"nesbot/carbon": "^3.0",
"symfony/string": "^7.0",
"phpstan/phpstan": "^1.10"
},
"require-dev": {
"psy/psysh": "@stable",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/extension-installer": "^1.2",
"symfony/var-dumper": "^6.2.1",
"phpunit/phpunit": "^9.5.26",
"squizlabs/php_codesniffer": "^3.7.1"
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/extension-installer": "^1.3",
"symfony/var-dumper": "^7.0",
"phpunit/phpunit": "^11.0",
"squizlabs/php_codesniffer": "*"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit c883eda

Please sign in to comment.