Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Apr 12, 2024
1 parent 15a0a07 commit 3998f3f
Show file tree
Hide file tree
Showing 3 changed files with 2,151 additions and 1,662 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DS_Store
.DS_Store
/vendor
/skeleton
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"test": "vendor/bin/testbench package:test --bail --retry"
},
"require": {
"php": "^8.1.0",
"illuminate/support": "^10.23"
"php": "^8.1|^8.2",
"illuminate/support": "^10.23|^11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.30",
"laravel/pint": "^1.13",
"nunomaduro/larastan": "^2.0",
"friendsofphp/php-cs-fixer": "^3.53",
"laravel/pint": "^1.15",
"larastan/larastan": "^2.9",
"squizlabs/php_codesniffer": "^3.7",
"tightenco/duster": "^2.4",
"tightenco/tlint": "^9.1",
"orchestra/testbench": "^8.12",
"pestphp/pest": "^2.20",
"symfony/thanks": "^1.2",
"timacdonald/callable-fake": "^1.6"
"tightenco/duster": "^2.7",
"tightenco/tlint": "^9.3",
"orchestra/testbench": "^9",
"pestphp/pest": "^2.34",
"symfony/thanks": "^1.3",
"timacdonald/callable-fake": "^1.7"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 3998f3f

Please sign in to comment.