Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Mar 21, 2024
1 parent 5bd4957 commit f644d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1 | ^8.2 | ^8.3",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.1|^7.9",
"nunomaduro/larastan": "^2.0.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.4|^2.0",
Expand Down

0 comments on commit f644d66

Please sign in to comment.